svn commit: r13998 - trunk/src_new/org/argouml/gefext

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

Modified:
   trunk/src_new/org/argouml/gefext/ArgoFigInk.java
   trunk/src_new/org/argouml/gefext/ArgoFigPoly.java
   trunk/src_new/org/argouml/gefext/ArgoFigSpline.java

Log:
Added default ctors. Solves issue 4956.

Modified: trunk/src_new/org/argouml/gefext/ArgoFigInk.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/gefext/ArgoFigInk.java?view=diff&rev=13998&p1=trunk/src_new/org/argouml/gefext/ArgoFigInk.java&p2=trunk/src_new/org/argouml/gefext/ArgoFigInk.java&r1=13997&r2=13998
==============================================================================
--- trunk/src_new/org/argouml/gefext/ArgoFigInk.java	(original)
+++ trunk/src_new/org/argouml/gefext/ArgoFigInk.java	2007-12-25 18:25:06-0800
@@ -44,6 +44,10 @@
     private NotificationBroadcasterSupport notifier = 
         new NotificationBroadcasterSupport();
 
+    public ArgoFigInk() {
+        
+    }
+    
     public ArgoFigInk(int x, int y) {
         super(x, y);
     }

Modified: trunk/src_new/org/argouml/gefext/ArgoFigPoly.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/gefext/ArgoFigPoly.java?view=diff&rev=13998&p1=trunk/src_new/org/argouml/gefext/ArgoFigPoly.java&p2=trunk/src_new/org/argouml/gefext/ArgoFigPoly.java&r1=13997&r2=13998
==============================================================================
--- trunk/src_new/org/argouml/gefext/ArgoFigPoly.java	(original)
+++ trunk/src_new/org/argouml/gefext/ArgoFigPoly.java	2007-12-25 18:25:06-0800
@@ -44,6 +44,10 @@
     private NotificationBroadcasterSupport notifier = 
         new NotificationBroadcasterSupport();
 
+    public ArgoFigPoly () {
+        
+    }
+    
     public ArgoFigPoly(int x, int y) {
         super(x, y);
     }

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