Project

General

Profile

« Previous | Next » 

Revision 50324

Various styling and design changes in the events pages

View differences:

Term.java
12 12
    public String encoding;
13 13
    public String code;
14 14

  
15
    public Term() {
16
    }
17

  
15 18
    public Term(String englishName, String nativeName, String encoding, String code) {
16 19
        this.englishName = englishName;
17 20
        this.nativeName = nativeName;

Also available in: Unified diff