Improved code.

This commit is contained in:
Christian P. MOMON 2018-02-28 00:36:47 +01:00
parent 71c9bb563a
commit ecba48a615

View file

@ -202,7 +202,6 @@ public class XMLSikevaDB
{ {
while (in.hasNextStartTag("element")) while (in.hasNextStartTag("element"))
{ {
// //
Element element = readElement(in); Element element = readElement(in);