Unnötige Testausgabe entfernt.
git-svn-id: https://svn.libreccm.org/ccm/trunk@1168 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
18dfe49596
commit
4035331c92
|
|
@ -360,8 +360,7 @@ public class ItemSearchFolderBrowser extends Table {
|
||||||
return 3;
|
return 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean nextRow() {
|
public boolean nextRow() {
|
||||||
System.out.println("test");
|
|
||||||
return m_itemColl != null ? m_itemColl.next() : false;
|
return m_itemColl != null ? m_itemColl.next() : false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue