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:
parent
fc794c60ef
commit
6b869ef899
|
@ -901,6 +901,7 @@ class Entities {
|
|||
}
|
||||
}
|
||||
} catch (NumberFormatException e) {
|
||||
// ignore the escaped value content
|
||||
}
|
||||
}
|
||||
} else { //escaped value content is an entity name
|
||||
|
|
Loading…
Reference in New Issue