Fixing sonar issues 2
[mdsal.git] / code-generator / binding-model-api / src / main / java / org / opendaylight / yangtools / sal / binding / model / api / GeneratedProperty.java
index 63afd0e9b0fb1c91575d5d8d0a15d9a7c583ea90..1034261b76f4f2af5032d6ac368c8b76c8e4d845 100644 (file)
@@ -1,30 +1,28 @@
-/*\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.sal.binding.model.api;\r
-\r
-/**\r
- * Generated Property extends interface {@link MethodSignature} interface.\r
- * <br>\r
- * The Generated Property interface is designed to store information of\r
- * fields (or members) declared in Java Transfer Objects (or any java\r
- * classes) and their access counterparts (getters and setters).\r
- *\r
- * @see MethodSignature\r
- */\r
-public interface GeneratedProperty extends TypeMember {\r
-\r
-    /**\r
-     * Returns <code>true</code> if the property si declared as read-only.\r
-     * <br>\r
-     * If the property has flag <code>isReadOnly == true</code> the property\r
-     * SHOULD be generated as getter only.\r
-     *\r
-     * @return <code>true</code> if the property si declared as read-only.\r
-     */\r
-    public boolean isReadOnly();\r
-}\r
+/*
+ * 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.sal.binding.model.api;
+
+/**
+ * Generated Property extends interface {@link MethodSignature} interface. <br>
+ * The Generated Property interface is designed to store information of fields
+ * (or members) declared in Java Transfer Objects (or any java classes) and
+ * their access counterparts (getters and setters).
+ * 
+ * @see MethodSignature
+ */
+public interface GeneratedProperty extends TypeMember {
+
+    /**
+     * Returns <code>true</code> if the property si declared as read-only. <br>
+     * If the property has flag <code>isReadOnly == true</code> the property
+     * SHOULD be generated as getter only.
+     * 
+     * @return <code>true</code> if the property si declared as read-only.
+     */
+    boolean isReadOnly();
+}