Updated Registration concepts to use Autocloseable
[yangtools.git] / concepts / src / main / java / org / opendaylight / yangtools / concepts / Mutable.java
index 60c10352df54531df49221d6f312319d99b9f6bc..40266a09473a18d00b3759d439b4d3a7dcab5159 100644 (file)
@@ -1,21 +1,21 @@
-/*
- * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
- *
- * This program and the accompanying materials are made available under the
- * terms of the Eclipse Public License v1.0 which accompanies this distribution,
- * and is available at http://www.eclipse.org/legal/epl-v10.html
- */
-package org.opendaylight.yangtools.concepts;
-
-/**
- * Mutable object - object may change it's state during lifecycle.
- * 
- * This interface is mutually exclusive with {@link Immutable}  and other
- * {@link MutationBehaviour}s.
- * 
- * @author Tony Tkacik <ttkacik@cisco.com>
- *
- */
-public interface Mutable extends MutationBehaviour<Mutable>{
-    
-}
+/*\r
+ * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.\r
+ *\r
+ * This program and the accompanying materials are made available under the\r
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+ * and is available at http://www.eclipse.org/legal/epl-v10.html\r
+ */\r
+package org.opendaylight.yangtools.concepts;\r
+\r
+/**\r
+ * Mutable object - object may change it's state during lifecycle.\r
+ * \r
+ * This interface is mutually exclusive with {@link Immutable}  and other\r
+ * {@link MutationBehaviour}s.\r
+ * \r
+ * @author Tony Tkacik <ttkacik@cisco.com>\r
+ *\r
+ */\r
+public interface Mutable extends MutationBehaviour<Mutable>{\r
+    \r
+}\r