mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Added private constructor.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1791 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
c373abafd5
commit
9ea5930d29
1 changed files with 4 additions and 0 deletions
|
@ -361,4 +361,8 @@ public class StringUtils {
|
||||||
}
|
}
|
||||||
return new String(randBuffer);
|
return new String(randBuffer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private StringUtils() {
|
||||||
|
// Not instantiable.
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue