INTEGRATION: CWS sdkinspector3 (1.3.6); FILE MERGED
2007/02/22 16:45:21 bc 1.3.6.3: #i74649#methodNode.isinvoked() method embedded 2007/02/20 11:17:56 bc 1.3.6.2: #i74649#several changes 2007/02/19 09:43:46 bc 1.3.6.1: #i74649#SourceCode generation improved
This commit is contained in:
parent
c9e0af7c38
commit
6bf36ad9f9
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: MethodParametersDialog.java,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2007-01-30 08:11:11 $
|
||||
* last change: $Author: rt $ $Date: 2007-04-04 09:19:35 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* the BSD license.
|
||||
|
@ -240,7 +240,7 @@ public class MethodParametersDialog extends JDialog{
|
|||
m_jComponent = jTextField;
|
||||
break;
|
||||
default:
|
||||
System.out.println("Cannot evaluate Parameter of type" + m_aTypeClass.getValue());
|
||||
System.out.println("Type " + m_aTypeClass.getValue() + " not yet defined in 'ParameterPanel()'");
|
||||
}
|
||||
add(jPnlCenter1, java.awt.BorderLayout.CENTER);
|
||||
JPanel jPnlEast = new JPanel();
|
||||
|
|
Loading…
Reference in a new issue