Fixed throws exception.

This commit is contained in:
Christian P. MOMON 2018-06-04 10:50:51 +02:00
parent ed76c8c4cd
commit f3201f648e

View file

@ -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;