blob: c4eefd2315d1f15810a1e614e0ec4fbdca8ac68a [file] [log] [blame]
public class Normal {
private static class ExampleHolder {
private static final Object example = new Object();
}
public static Object getInstance() {
return ExampleHolder.example
}
}