Sign in
eclipse
/
www.eclipse.org
/
eclipse
/
news
/
7bbbdc0a84c6d73f0cec38eaeaff22b8376bb8c8
/
.
/
4.7
/
M6
/
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;
}
}