1
0
forked from PGL/Clyde

Fix unit tests

This commit is contained in:
2024-03-21 14:59:50 +01:00
parent 79f4b84b70
commit 9328601d2d
3 changed files with 10 additions and 5 deletions

View File

@ -28,7 +28,6 @@ public class RegNoGenerator implements IdentifierGenerator {
Calendar c = new GregorianCalendar();
if(set.next()){
resp = set.getLong(1)+((c.get(Calendar.YEAR)%1000)*10000);
System.out.println(resp);
}
conn.close();