Ignore:
Timestamp:
Jan 19, 2013, 4:35:35 PM (12 years ago)
Author:
alloc
Message:

AEI2 0.93:

  • Primarily another bunch of refactorings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/src/net/oni2/aeinstaller/backend/depot/model/TaxonomyTerm.java

    r591 r636  
    1313        private String description;
    1414        private String uri;
    15 
    16         /**
    17          * Manually create a taxonomy term for internal use
    18          *
    19          * @param tid
    20          *            ID
    21          * @param vid
    22          *            VocabID
    23          * @param name
    24          *            Term name
    25          */
    26         public TaxonomyTerm(int tid, int vid, String name) {
    27                 this.tid = tid;
    28                 this.vid = vid;
    29                 this.name = name;
    30                 this.description = "";
    31                 this.uri = "";
    32         }
    3315
    3416        /**
Note: See TracChangeset for help on using the changeset viewer.