added comment to denote empty catch block

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@209375 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Caswell 2005-07-06 01:18:57 +00:00
parent fc794c60ef
commit 6b869ef899
1 changed files with 1 additions and 0 deletions

View File

@ -901,6 +901,7 @@ public void unescape(Writer writer, String string) throws IOException {
}
}
} catch (NumberFormatException e) {
// ignore the escaped value content
}
}
} else { //escaped value content is an entity name