Changeset 1536 for trunk/modelicaml


Ignore:
Timestamp:
06/04/12 14:14:46 (12 years ago)
Author:
gatgo165
Message:

Removed unused Methods from Validation Utility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modelicaml/org.openmodelica.modelicaml.validation/src/org/openmodelica/modelicaml/validation/util/Utility.java

    r1517 r1536  
    3636    }
    3737   
    38     /**
    39      *
    40      * get Status objects of Live Validation to populate the markers
    41      *
    42      */
    43     public static List<IStatus> getStatusObjectsForLive()
    44     {
    45         return statusList;
    46        
    47     }
    48    
    49     /**
    50      *
    51      * set Status Object for Live Validation
    52      *
    53      */
    54     public static void setStatusObjectForLive(IStatus status)
    55     {
    56         statusList.add(status);
    57     }
    58    
    5938}
Note: See TracChangeset for help on using the changeset viewer.