svn commit: r16375 - trunk/src/argouml-app/src/org/argouml/notation/NotationProviderFactory2.java
Tom Morris <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2008-12-18 14:52:15-0800
New Revision: 16375
Modified:
trunk/src/argouml-app/src/org/argouml/notation/NotationProviderFactory2.java
Log:
Make method recommended to replace deprecated method public so that it's accessible
Modified: trunk/src/argouml-app/src/org/argouml/notation/NotationProviderFactory2.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/notation/NotationProviderFactory2.java?view=diff&pathrev=16375&r1=16374&r2=16375
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/notation/NotationProviderFactory2.java (original)
+++ trunk/src/argouml-app/src/org/argouml/notation/NotationProviderFactory2.java 2008-12-18 14:52:15-0800
@@ -226,7 +226,7 @@
* @param name the name of the notation language to use
* @return the provider, or null if there was any failure
*/
- private NotationProvider getNotationProvider(int type,
+ public NotationProvider getNotationProvider(int type,
Object object, NotationName name) {
Class clazz = getNotationProviderClass(type, name);
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=987023
To unsubscribe from this discussion, e-mail: [[email protected]].