OSDN Git Service

@Override追加
[jindolf/JinParser.git] / src / main / java / jp / sourceforge / jindolf / parser / DecodedContent.java
index a403486..2d16f00 100644 (file)
@@ -291,6 +291,7 @@ public class DecodedContent
      * @param index {@inheritDoc}\r
      * @return {@inheritDoc}\r
      */\r
+    @Override\r
     public char charAt(int index){\r
         return this.rawContent.charAt(index);\r
     }\r
@@ -299,6 +300,7 @@ public class DecodedContent
      * {@inheritDoc}\r
      * @return {@inheritDoc}\r
      */\r
+    @Override\r
     public int length(){\r
         return this.rawContent.length();\r
     }\r
@@ -309,6 +311,7 @@ public class DecodedContent
      * @param end {@inheritDoc}\r
      * @return {@inheritDoc}\r
      */\r
+    @Override\r
     public CharSequence subSequence(int start, int end){\r
         return this.rawContent.subSequence(start, end);\r
     }\r