4 lines
92 B
Java
4 lines
92 B
Java
public class simpleProperty {
|
|
protected static final String protectedProperty = "OK";
|
|
}
|