svn commit: r15055 - trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelMethod.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: mvw
Date: 2008-06-23 10:44:07-0700
New Revision: 15055

Modified:
   trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelMethod.java

Log:
Use a better name.

Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelMethod.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelMethod.java?view=diff&rev=15055&p1=trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelMethod.java&p2=trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelMethod.java&r1=15054&r2=15055
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelMethod.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelMethod.java	2008-06-23 10:44:07-0700
@@ -86,7 +86,8 @@
 
         addSeparator();
 
-        UMLExpressionModel2 procedureModel = new UMLProcedureExpressionModel(
+        UMLExpressionModel2 procedureModel = 
+            new UMLMethodProcedureExpressionModel(
                 this, "");
         addField(Translator.localize("label.language"),
                 new UMLExpressionLanguageField(procedureModel,
@@ -221,10 +222,10 @@
  * 
  * @author Michiel
  */
-class UMLProcedureExpressionModel extends UMLExpressionModel2 {
+class UMLMethodProcedureExpressionModel extends UMLExpressionModel2 {
 
     private static final Logger LOG =
-        Logger.getLogger(UMLProcedureExpressionModel.class);
+        Logger.getLogger(UMLMethodProcedureExpressionModel.class);
 
     /**
      * The constructor.
@@ -232,7 +233,8 @@
      * @param container the container of UML user interface components
      * @param propertyName the name of the property
      */
-    public UMLProcedureExpressionModel(UMLUserInterfaceContainer container,
+    public UMLMethodProcedureExpressionModel(
+            UMLUserInterfaceContainer container,
             String propertyName) {
         super(container, propertyName);
     }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.