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

changeset 1985
0e6577980181
parent 1950
14faef2b51eb
child 2525
2eb010b6cb22
     1.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/markup/StringContent.java	Wed Aug 28 15:40:33 2013 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/markup/StringContent.java	Thu Aug 29 11:41:20 2013 -0700
     1.3 @@ -72,7 +72,7 @@
     1.4       */
     1.5      @Override
     1.6      public void addContent(Content content) {
     1.7 -        throw new DocletAbortException();
     1.8 +        throw new DocletAbortException("not supported");
     1.9      }
    1.10  
    1.11      /**

mercurial