|
From: Michael R. <mr...@us...> - 2004-08-10 13:28:47
|
Update of /cvsroot/openorb/OpenORB/src/examples/org/openorb/orb/examples/idl/reflection In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7788/src/examples/org/openorb/orb/examples/idl/reflection Modified Files: Reflection.java Log Message: Fixed the remaining checkstyle warnings Index: Reflection.java =================================================================== RCS file: /cvsroot/openorb/OpenORB/src/examples/org/openorb/orb/examples/idl/reflection/Reflection.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Reflection.java 19 Feb 2004 07:21:30 -0000 1.6 +++ Reflection.java 10 Aug 2004 13:28:38 -0000 1.7 @@ -26,8 +26,9 @@ * * @author Olivier Modica */ -public class Reflection +public final class Reflection { + // do not instantiate private Reflection() { } |