Changeset 827


Ignore:
Timestamp:
02/04/14 16:26:49 (10 years ago)
Author:
bln4
Message:

Removed svn testing things

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/actions/Actions.java

    r826 r827  
    11package org.expeditee.actions;
    22
    3 /* Test to help debug SVN concurrent commit/update problem */
    4 
    5 import java.awt.GraphicsEnvironment;;
     3import java.awt.GraphicsEnvironment;
    64import java.io.File;
    75import java.io.IOException;
     
    5957        private static final String INVALID_PARAMETERS_ERROR = "Invalid parameters for agent: "; //$NON-NLS-1$
    6058
    61         //Temp comment
    62        
    6359        // the currently running agent (if there is one)
    6460        private static Agent _Agent = null;
Note: See TracChangeset for help on using the changeset viewer.