1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 16:44:48 +02: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:
Matt Tucker 2003-01-16 15:40:55 +00:00 committed by mtucker
parent c373abafd5
commit 9ea5930d29

View file

@ -361,4 +361,8 @@ public class StringUtils {
}
return new String(randBuffer);
}
private StringUtils() {
// Not instantiable.
}
}