svn commit: r13997 - trunk/src_new/org/argouml/gefext/ArgoFigLine.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: penyaskito
Date: 2007-12-25 18:11:31-0800
New Revision: 13997

Modified:
   trunk/src_new/org/argouml/gefext/ArgoFigLine.java

Log:
Added ctor without params to ArgoFigLine. Is needed for creating instances by reflection when loading diagrams. Solves issue 4955.

Modified: trunk/src_new/org/argouml/gefext/ArgoFigLine.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/gefext/ArgoFigLine.java?view=diff&rev=13997&p1=trunk/src_new/org/argouml/gefext/ArgoFigLine.java&p2=trunk/src_new/org/argouml/gefext/ArgoFigLine.java&r1=13996&r2=13997
==============================================================================
--- trunk/src_new/org/argouml/gefext/ArgoFigLine.java	(original)
+++ trunk/src_new/org/argouml/gefext/ArgoFigLine.java	2007-12-25 18:11:31-0800
@@ -44,6 +44,10 @@
     private NotificationBroadcasterSupport notifier = 
         new NotificationBroadcasterSupport();
 
+    public ArgoFigLine() {
+        super();
+    }
+    
     public ArgoFigLine(int x1, int y1, int x2, int y2) {
         super(x1, y1, x2, y2);
     }
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.