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
|
* @param in
|
||||||
* the in
|
* the in
|
||||||
* @return the string
|
* @return the string
|
||||||
|
* @throws IOException
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
* the exception
|
* the exception
|
||||||
*/
|
*/
|
||||||
public static String readTag(final BufferedReader in) throws Exception
|
public static String readTag(final BufferedReader in) throws IOException
|
||||||
{
|
{
|
||||||
String result;
|
String result;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue