jdk/src/share/classes/javax/management/loading/MLetParser.java
changeset 21656 d4c777ccb1db
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21655:55f32ae4f920 21656:d4c777ccb1db
   147         }
   147         }
   148         return atts;
   148         return atts;
   149     }
   149     }
   150 
   150 
   151     /**
   151     /**
   152      * Scan an html file for <mlet> tags
   152      * Scan an html file for {@literal <mlet>} tags.
   153      */
   153      */
   154     public List<MLetContent> parse(URL url) throws IOException {
   154     public List<MLetContent> parse(URL url) throws IOException {
   155         String mth = "parse";
   155         String mth = "parse";
   156         // Warning Messages
   156         // Warning Messages
   157         String requiresTypeWarning = "<arg type=... value=...> tag requires type parameter.";
   157         String requiresTypeWarning = "<arg type=... value=...> tag requires type parameter.";