OSDN Git Service

merge from donut
[android-x86/build.git] / tools / droiddoc / src / ClassInfo.java
index 0941595..869142e 100644 (file)
@@ -378,7 +378,7 @@ public class ClassInfo extends DocInfo implements ContainerInfo, Comparable, Sco
 
     public TagInfo[] deprecatedTags()
     {
-        // should we also do the interfaces?
+        // Should we also do the interfaces?
         return comment().deprecatedTags();
     }