Changeset 2002


Ignore:
Timestamp:
07/10/15 10:24:14 (9 years ago)
Author:
sherbold
Message:
  • removed debugging output
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-uml/src/main/java/de/ugoe/cs/autoquest/plugin/uml/UMLUtils.java

    r2001 r2002  
    536536                    getOperationFromName(targetInterface.getOperations(), methodName); 
    537537                // get connector 
    538                 System.out.println(event.getType()); 
    539538                Connector connector = inferConnector(msgSourceLifeline, msgTargetLifeline, targetInterface); 
    540539                if( connector==null ) { 
Note: See TracChangeset for help on using the changeset viewer.