jicarilla-sandbox/platform/container/api/src/java/org/jicarilla/container Factory.java,1.2,1.3

[email protected]
Newsgroups gmane.comp.java.jicarilla.cvs
Message-ID <[email protected]>
Update of /cvsroot/jicarilla/jicarilla-sandbox/platform/container/api/src/java/org/jicarilla/container
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2537/container/api/src/java/org/jicarilla/container

Modified Files:
	Factory.java 
Log Message:
Ran some code analysis tools on the code and changed approximately 200 small things based on that. Nothing shocking (I hope!)

Index: Factory.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/container/api/src/java/org/jicarilla/container/Factory.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Factory.java	8 Jan 2004 14:51:59 -0000	1.2
+++ Factory.java	26 Feb 2004 16:51:56 -0000	1.3
@@ -93,7 +93,7 @@
      * @throws JicarillaException if a miscellaneous exception occurs (an
      *         internal factory error or an assertion failure, for example).
      */
-    public Object newInstance()
+    Object newInstance()
             throws JicarillaIllegalAccessException,
             JicarillaInvocationTargetException,
             JicarillaInstantiationException,
@@ -115,6 +115,6 @@
      *     continue normal application flow, but these exceptions should
      *     never be discarded lightly.
      */
-    public void releaseInstance( Object instance )
+    void releaseInstance( Object instance )
             throws Exception;
 }



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.