[jboss-svn-commits] JBL Code SVN: r21489 - labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/util.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Aug 12 16:08:41 EDT 2008


Author: arhan
Date: 2008-08-12 16:08:41 -0400 (Tue, 12 Aug 2008)
New Revision: 21489

Modified:
   labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/util/PropertiesPersistence.java
Log:
GSOC2008: properties editor

Modified: labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/util/PropertiesPersistence.java
===================================================================
--- labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/util/PropertiesPersistence.java	2008-08-12 20:07:34 UTC (rev 21488)
+++ labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/util/PropertiesPersistence.java	2008-08-12 20:08:41 UTC (rev 21489)
@@ -1,5 +1,19 @@
 package org.drools.guvnor.server.util;
-
+/*
+ * Copyright 2005 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 import org.drools.guvnor.client.ruleeditor.PropertiesHolder;
 import org.drools.guvnor.client.ruleeditor.PropertyHolder;
 
@@ -7,7 +21,9 @@
 import java.util.ArrayList;
 
 /**
+ * used to convert PropertiesHolder to text and back
  *
+ * @author Anton Arhipov
  */
 public class PropertiesPersistence {
 




More information about the jboss-svn-commits mailing list