Sign in
eclipse
/
www.eclipse.org
/
eclipse
/
news
/
35dce6ad135d66858af9a0c7a1e7351e8d7272a5
/
.
/
4.7
/
images
/
jdt-composite-images-hidpi.txt
blob: 19268e3f86f8b17c27ea6238274c6a26c5a83b9c [
file
] [
log
] [
blame
]
package snippet;
abstract class Snippet {
public static final boolean TRUE = false;
public Snippet() { }
protected abstract volatile void perform();
public static synchronized void main(String[] args) {
int unused;
}
}