Ignore:
Timestamp:
02/13/14 17:12:35 (10 years ago)
Author:
csl14
Message:

Made changes to Exploratory Search interface and minor fixes to various things

File:
1 edited

Legend:

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

    r851 r885  
    21322132         *            The Item to prepend the date to, or null
    21332133         */
    2134         private static void AddDate(Item toAdd) {
     2134        public static void AddDate(Item toAdd) {
    21352135                String date1 = Formatter.getDateTime();
    21362136                String date2 = Formatter.getDate();
Note: See TracChangeset for help on using the changeset viewer.