svn commit: r16306 - trunk/src/argouml-core-model-mdr: src/org/argouml/model/mdr tests/org/argouml/model/mdr

Tom Morris <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2008-12-07 14:45:49-0800
New Revision: 16306

Modified:
   trunk/src/argouml-core-model-mdr/src/org/argouml/model/mdr/XmiReaderImpl.java
   trunk/src/argouml-core-model-mdr/tests/org/argouml/model/mdr/TestReadCompressedFilesAndHref.java

Log:
Remove deprecated constructor

Modified: trunk/src/argouml-core-model-mdr/src/org/argouml/model/mdr/XmiReaderImpl.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-mdr/src/org/argouml/model/mdr/XmiReaderImpl.java?view=diff&pathrev=16306&r1=16305&r2=16306
==============================================================================
--- trunk/src/argouml-core-model-mdr/src/org/argouml/model/mdr/XmiReaderImpl.java	(original)
+++ trunk/src/argouml-core-model-mdr/src/org/argouml/model/mdr/XmiReaderImpl.java	2008-12-07 14:45:49-0800
@@ -119,17 +119,6 @@
      */
     private String xmiHeader;
 
-    /**
-     * Constructor for XMIReader.
-     * @param parentModelImplementation The ModelImplementation
-     * @param mp extent to read user models into.  Ignored.
-     * @deprecated for 0.26 by tfmorris.  Use 
-     * {@link #XmiReaderImpl(MDRModelImplementation)}.
-     */
-    XmiReaderImpl(MDRModelImplementation parentModelImplementation,
-            RefPackage mp) {
-        this(parentModelImplementation);
-    }
 
     /**
      * Constructor for XMIReader.

Modified: trunk/src/argouml-core-model-mdr/tests/org/argouml/model/mdr/TestReadCompressedFilesAndHref.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-mdr/tests/org/argouml/model/mdr/TestReadCompressedFilesAndHref.java?view=diff&pathrev=16306&r1=16305&r2=16306
==============================================================================
--- trunk/src/argouml-core-model-mdr/tests/org/argouml/model/mdr/TestReadCompressedFilesAndHref.java	(original)
+++ trunk/src/argouml-core-model-mdr/tests/org/argouml/model/mdr/TestReadCompressedFilesAndHref.java	2008-12-07 14:45:49-0800
@@ -56,8 +56,7 @@
         File mdaIsHere = new File (ANDROMDA_HOME);
         if (mdaIsHere.exists()) {
             LOG.info("Begin testReadCompressedFileAndHref()");        
-            XmiReaderImpl reader = new XmiReaderImpl(modelImplementation,
-                    (RefPackage) modelImplementation.getMofPackage());
+            XmiReaderImpl reader = new XmiReaderImpl(modelImplementation);
             reader.addSearchPath(ANDROMDA_HOME + "/andromda/xml.zips");
             try {
                 reader.parse(

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=980942

To unsubscribe from this discussion, e-mail: [[email protected]].
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.