Fixed throws exception.
This commit is contained in:
parent
ed76c8c4cd
commit
f3201f648e
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue