Ignore:
Timestamp:
06/05/08 18:59:42 (16 years ago)
Author:
ra33
Message:

Added parsing of annotation items

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/AttributeUtils.java

    r86 r88  
    2424public class AttributeUtils {
    2525
    26         private static final char SEPARATOR_CHAR = ':';
     26        public static final char SEPARATOR_CHAR = ':';
    2727
    2828        private static final String SEPARATOR_STRING = SEPARATOR_CHAR + " ";
Note: See TracChangeset for help on using the changeset viewer.