src/share/classes/com/sun/tools/doclets/formats/html/markup/ContentBuilder.java

changeset 1740
ce4f0769b4b2
parent 1739
e6c5b5ee9fac
child 1751
ca8808c88f94
equal deleted inserted replaced
1739:e6c5b5ee9fac 1740:ce4f0769b4b2
79 return false; 79 return false;
80 } 80 }
81 return true; 81 return true;
82 } 82 }
83 83
84 @Override
84 public int charCount() { 85 public int charCount() {
85 int n = 0; 86 int n = 0;
86 for (Content c : contents) 87 for (Content c : contents)
87 n += c.charCount(); 88 n += c.charCount();
88 return n; 89 return n;

mercurial