diff --git a/src/fr/devinsy/xml/XMLTools.java b/src/fr/devinsy/xml/XMLTools.java index ded4744..cd42008 100644 --- a/src/fr/devinsy/xml/XMLTools.java +++ b/src/fr/devinsy/xml/XMLTools.java @@ -323,10 +323,11 @@ public class XMLTools * @param in * the in * @return the string + * @throws IOException * @throws Exception * the exception */ - public static String readTag(final BufferedReader in) throws Exception + public static String readTag(final BufferedReader in) throws IOException { String result;