Fix major update integrating with external wisemapping frond end
This commit is contained in:
@@ -78,7 +78,7 @@ public class UserServiceImpl
|
||||
|
||||
private String randomstring(int lo, int hi) {
|
||||
int n = rand(lo, hi);
|
||||
byte b[] = new byte[n];
|
||||
byte[] b = new byte[n];
|
||||
for (int i = 0; i < n; i++)
|
||||
b[i] = (byte) rand('@', 'Z');
|
||||
return new String(b);
|
||||
|
Reference in New Issue
Block a user