Sign in
eclipse
/
www.eclipse.org
/
eclipse
/
news
/
8e24c19208a1917cedc60852649f308d34fabcee
/
.
/
4.7
/
M6
/
images
/
jdt-composite-images-hidpi.txt
blob: 19268e3f86f8b17c27ea6238274c6a26c5a83b9c [
file
]
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;
}
}