Ignore:
Timestamp:
07/24/19 13:58:00 (5 years ago)
Author:
bln4
Message:

Created a unioned list for item properties in DefaultFrameWriter. Used it in Item.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/io/ExpWriter.java

    r1408 r1418  
    8888                try {
    8989                        _FrameTags.remove('A');
    90                         getItemTags().put('S', Item.class.getMethod("getTypeAndID",
     90                        getItemCharTags().put('S', Item.class.getMethod("getTypeAndID",
    9191                                        new Class[] {}));
    9292                } catch (Exception e) {
     
    306306
    307307        protected void writeClass(Item toWrite) throws IOException {
    308                 writeTags(toWrite, new Object[] {}, getItemTags());
    309                 writeTags(toWrite, new Object[] {}, getItemTagsExt());
     308                writeTags(toWrite, new Object[] {}, getItemCharTags());
     309                writeTags(toWrite, new Object[] {}, getItemStrTags());
    310310        }
    311311
Note: See TracChangeset for help on using the changeset viewer.