svn commit: r17036 - trunk/src/argouml-app/src/org/argouml: configuration persistence

Linus Tolke <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: linus
Date: 2009-04-04 22:49:34-0700
New Revision: 17036

Modified:
   trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationProperties.java
   trunk/src/argouml-app/src/org/argouml/persistence/PGMLStackParser.java

Log:
Removed deprecated methods.

This is the simple part of the work where the methods are not used.

Modified: trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationProperties.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationProperties.java?view=diff&pathrev=17036&r1=17035&r2=17036
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationProperties.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/configuration/ConfigurationProperties.java	2009-04-04 22:49:34-0700
@@ -94,10 +94,8 @@
     /**
      * Returns the default path for user properties (before 0.25.4)
      * @return a generic path string
-     * @deprecated This should be removed on the next version after 0.26
      */
-    @Deprecated
-    public String getOldDefaultPath() {
+    private String getOldDefaultPath() {
         return System.getProperty("user.home") + "/argo.user.properties";
     }
 

Modified: trunk/src/argouml-app/src/org/argouml/persistence/PGMLStackParser.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/persistence/PGMLStackParser.java?view=diff&pathrev=17036&r1=17035&r2=17036
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/persistence/PGMLStackParser.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/persistence/PGMLStackParser.java	2009-04-04 22:49:34-0700
@@ -78,19 +78,6 @@
         new LinkedHashMap<FigEdge, Object>(50);
 
     private DiagramSettings diagramSettings;
-    
-    /**
-     * Constructor.
-     * @param modelElementsByUuid a map of model elements indexed
-     *                            by a unique string identifier.
-     * @deprecated for 0.27.2 by tfmorris.  Use 
-     * {@link #PGMLStackParser(Map, DiagramSettings)}/
-     */
-    @Deprecated
-    public PGMLStackParser(Map modelElementsByUuid) {
-        super(modelElementsByUuid);
-        addTranslations();
-    }
 
     // TODO: Use stylesheet to convert or wait till we use Fig
     // factories in diagram subsystem.

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

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.