hide constructor

This commit is contained in:
Lars Kühne 2003-03-02 08:10:41 +00:00
parent 491c948d9f
commit 0efabf8e76
1 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,13 @@ package com.puppycrawl.tools.checkstyle;
**/
public final class Defn
{
/**
* Do no allow <code>Defn</code> instances to be created.
**/
private Defn()
{
}
/** name of resource bundle for Checkstyle */
public static final String CHECKSTYLE_BUNDLE =
"com.puppycrawl.tools.checkstyle.messages";