Minor
authorAndreas Müller <a.mueller@bgbm.org>
Wed, 20 Jan 2016 15:50:29 +0000 (16:50 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Wed, 20 Jan 2016 15:50:29 +0000 (16:50 +0100)
cdmlib-remote/src/main/java/net/sf/json/CycleSetAcess.java

index 33c9684ce715513d8394215a053349f627e3ae45..a6079cbf94a19afe0cbcfcb8e14a368d95854943 100644 (file)
@@ -1,33 +1,33 @@
-// $Id$\r
-/**\r
- * Copyright (C) 2009 EDIT European Distributed Institute of Taxonomy\r
- * http://www.e-taxonomy.eu\r
- *\r
- * The contents of this file are subject to the Mozilla Public License Version\r
- * 1.1 See LICENSE.TXT at the top of this package for the full license terms.\r
- */\r
-\r
-package net.sf.json;\r
-\r
-\r
-/**\r
- * Base class for JSON Beanprocessors.\r
- *\r
- * This class must be located in the net.sf.json since it\r
- * need access to the protected static methods in {@link JSONObject}\r
- *\r
- * @author a.kohlbecker\r
- * @date 19.03.2009\r
- *\r
- */\r
-public class CycleSetAcess{\r
-\r
-       public void removeFromCycleSet(Object instance) {\r
-               JSONObject.removeInstance(instance);\r
-       }\r
-\r
-       public void addToCycleSet(Object instance) {\r
-               JSONObject.addInstance(instance);\r
-       }\r
-\r
+// $Id$
+/**
+ * Copyright (C) 2009 EDIT European Distributed Institute of Taxonomy
+ * http://www.e-taxonomy.eu
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 See LICENSE.TXT at the top of this package for the full license terms.
+ */
+
+package net.sf.json;
+
+
+/**
+ * Base class for JSON Beanprocessors.
+ *
+ * This class must be located in the net.sf.json since it
+ * needs access to the protected static methods in {@link JSONObject}
+ *
+ * @author a.kohlbecker
+ * @date 19.03.2009
+ *
+ */
+public class CycleSetAcess{
+
+       public void removeFromCycleSet(Object instance) {
+               JSONObject.removeInstance(instance);
+       }
+
+       public void addToCycleSet(Object instance) {
+               JSONObject.addInstance(instance);
+       }
+
 }
\ No newline at end of file