Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 4bf1dab0

Přidáno uživatelem Jan Havlíček před asi 4 roky(ů)

#7830 enum format OK

Zobrazit rozdíly:

demo_jh/Deserializer_tests/src/samples/ok/Simple.java
10 10
        HIGH
11 11
    }
12 12

  
13
	private static final long serialVersionUID = 1L;
13
	public static final long serialVersionUID = 1L;
14 14

  
15
    private String pozdrav = "AHOJ";
16
    private int testInt = 123;
17
    private double testDouble = 1.00;
18
    private int[] intArray = new int[3];
19
    private String[] stringArray = new String[3];
15
    public String pozdrav = "AHOJ";
16
    public int testInt = 123;
17
    public double testDouble = 1.00;
18
    public int[] intArray = new int[3];
19
    public String[] stringArray = new String[3];
20 20

  
21
    private Level localEnum = Level.LOW; 
21
    public Level localEnum = Level.LOW; 
22 22

  
23 23
    public Simple() 
24 24
    {

Také k dispozici: Unified diff