No known key found for this signature in database
GPG Key ID: B4C3BF012D9B26BE
1 changed files with
4 additions and
0 deletions
-
src/main/java/de/hsfulda/informatik/LdapSync.java
|
|
@ -178,6 +178,10 @@ public class LdapSync { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (m.group(2).isEmpty()) { |
|
|
|
return null; |
|
|
|
} |
|
|
|
|
|
|
|
final int s = m.group(2).length(); |
|
|
|
final int z = Integer.parseInt(m.group(2)); |
|
|
|
|
|
|
|