svn commit: r14281 - trunk/src/app/src/org/argouml/uml/reveng/java/ParameterDeclaration.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2008-04-04 03:35:57-0700
New Revision: 14281

Modified:
   trunk/src/app/src/org/argouml/uml/reveng/java/ParameterDeclaration.java

Log:
Make class and constructor public so it can be used by Java classfile reverse engineering

Modified: trunk/src/app/src/org/argouml/uml/reveng/java/ParameterDeclaration.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/uml/reveng/java/ParameterDeclaration.java?view=diff&rev=14281&p1=trunk/src/app/src/org/argouml/uml/reveng/java/ParameterDeclaration.java&p2=trunk/src/app/src/org/argouml/uml/reveng/java/ParameterDeclaration.java&r1=14280&r2=14281
==============================================================================
--- trunk/src/app/src/org/argouml/uml/reveng/java/ParameterDeclaration.java	(original)
+++ trunk/src/app/src/org/argouml/uml/reveng/java/ParameterDeclaration.java	2008-04-04 03:35:57-0700
@@ -30,7 +30,7 @@
  * 

  * @author Tom Morris <[email protected]>

  */

-class ParameterDeclaration {

+public class ParameterDeclaration {

 

     private final short modifiers;

     private final String type;

@@ -46,7 +46,7 @@
      *                notation brackets

      * @param name the name of the parameter

      */

-    ParameterDeclaration(final short modifiers, final String type,

+    public ParameterDeclaration(final short modifiers, final String type,

             final String name) {

         this.modifiers = modifiers;

         this.type = type;
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.