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
1 changed files with 4 additions and 0 deletions

View File

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