Ignore:
Timestamp:
08/27/06 21:54:49 (18 years ago)
Author:
adrpo
Message:
  • fixes for new OMC API interface
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.omc/src/org/modelica/mdt/omc/OMCProxy.java

    r438 r480  
    807807         * The getCrefInfo reply has the following format:
    808808         *
    809          * <file path>,<something>,<start line>,<start column>,<end line>,<end column>
     809         * {<file path>,<something>,<start line>,<start column>,<end line>,<end column>}
    810810         *
    811811         * for example:
    812          * /foo/Modelica/package.mo,writable,1,1,1029,13
     812         * {/foo/Modelica/package.mo,writable,1,1,1029,13}
    813813         */
    814 
    815         /* For some reason, the list returned doesn't contain curly braces. */
    816814        retval = retval.trim();
    817         retval = "{" + retval + "}";
    818 
     815       
    819816        List tokens = null;
    820817        try
Note: See TracChangeset for help on using the changeset viewer.