gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gzz-commits] fenfire/org/fenfire/modules/pp PPActionsImpl.java


From: Benja Fallenstein
Subject: Re: [Gzz-commits] fenfire/org/fenfire/modules/pp PPActionsImpl.java
Date: Fri, 07 Mar 2003 15:56:18 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021226 Debian/1.2.1-9

Matti Katila wrote:
+    static public Property CONTAINS;
+    static public Property CREATION_TIME;
+ static public Property COORD_X; + static public Property COORD_Y; + static public Property DEPTH;

... snip ...

     public PPActionsImpl(Model model) throws RemoteException {
        super();
        setModel(model);
+
+       try {
+           CONTAINS =
+               new 
PropertyImpl("http://fenfire.org/vocabularity/pp.html#contains";);

Initializing static properties in a dynamic constructor? This seems *very* much backwards?

-b.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]