Changeset 1466 for trunk


Ignore:
Timestamp:
03/29/12 19:18:13 (12 years ago)
Author:
wschamai
Message:

BUG FIX: verification service linkDelimiter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modelicaml/org.openmodelica.modelicaml.common/src/org/openmodelica/modelicaml/common/helpers/VerificationExecutionServices.java

    r1462 r1466  
    4141   
    4242    // used to separate the qualified name of UML element and the component path in a locate html link
    43     public static final String linkDelimiter = "@-->";
     43    public static String linkDelimiter = "@-->";
    4444   
    4545   
     
    123123   
    124124
     125    public static String getLinkDelimiterString(Element elt) {
     126        return VerificationExecutionServices.linkDelimiter;
     127    }
    125128   
    126129   
     
    771774   
    772775   
    773     public static String getLinkDelimiterString(){
    774         return linkDelimiter;
    775     }
     776
    776777   
    777778   
Note: See TracChangeset for help on using the changeset viewer.