Ignore:
Timestamp:
12/15/05 10:53:43 (19 years ago)
Author:
boris
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.test/src/org/modelica/mdt/test/util/Utility.java

    r212 r228  
    6464import org.modelica.mdt.core.IModelicaProject;
    6565import org.modelica.mdt.core.ModelicaCore;
    66 import org.modelica.mdt.internal.omcproxy.ConnectionException;
     66import org.modelica.mdt.internal.omcproxy.ConnectException;
    6767import org.modelica.mdt.internal.omcproxy.InvocationError;
    6868import org.modelica.mdt.internal.omcproxy.UnexpectedReplyException;
     
    318318     * @throws InvocationError
    319319     * @throws UnexpectedReplyException
    320      * @throws ConnectionException
     320     * @throws ConnectException
    321321     */
    322322    public static IModelicaFile findModelicaFileInFolder(IModelicaFolder folder,
    323323            String fileName)
    324     throws ConnectionException, UnexpectedReplyException,
     324    throws ConnectException, UnexpectedReplyException,
    325325        InvocationError, CoreException
    326326    {
Note: See TracChangeset for help on using the changeset viewer.