Revision: 113
Author: christianhujer
Date: 2006-04-30 06:30:22 -0700 (Sun, 30 Apr 2006)
ViewCVS: http://svn.sourceforge.net/japi/?rev=113&view=rev
Log Message:
-----------
Suppressed some warnings.
Modified Paths:
--------------
trunk/src/app/net/sf/japi/io/BCD.java
Modified: trunk/src/app/net/sf/japi/io/BCD.java
===================================================================
--- trunk/src/app/net/sf/japi/io/BCD.java 2006-04-27 00:34:42 UTC (rev 112)
+++ trunk/src/app/net/sf/japi/io/BCD.java 2006-04-30 13:30:22 UTC (rev 113)
@@ -25,6 +25,7 @@
* Probably <code>net.sf.japi.io</code> is not the ideal package for this class, yet it seems most appropriate.
* @author <a href="mailto:ch...@ri...">Christian Hujer</a>
*/
+@SuppressWarnings({"UtilityClass", "ClassNamingConvention"})
public final class BCD {
/** Private constructor - no instances needed. */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|