[jboss-remoting-commits] JBoss Remoting SVN: r5293 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/config.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu May 21 19:57:51 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-05-21 19:57:51 -0400 (Thu, 21 May 2009)
New Revision: 5293

Modified:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/config/ConfigTestMarshaller.java
Log:
JBREM-1102: Made cloned and wrote private.

Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/config/ConfigTestMarshaller.java
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/config/ConfigTestMarshaller.java	2009-05-21 23:49:24 UTC (rev 5292)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/config/ConfigTestMarshaller.java	2009-05-21 23:57:51 UTC (rev 5293)
@@ -39,8 +39,8 @@
 {
    protected static Logger log = Logger.getLogger(ConfigTestMarshaller.class);
    private static final long serialVersionUID = 1L;
-   public static volatile int cloned;
-   public static volatile boolean wrote;
+   private static volatile int cloned;
+   private static volatile boolean wrote;
 
    public void write(Object dataObject, OutputStream output, int version) throws IOException
    {




More information about the jboss-remoting-commits mailing list