You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/11/10 15:41:30 UTC

svn commit: r712666 - /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/SpringConversationBinder.java

Author: skitching
Date: Mon Nov 10 06:41:30 2008
New Revision: 712666

URL: http://svn.apache.org/viewvc?rev=712666&view=rev
Log:
Make some package-scope members private

Modified:
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/SpringConversationBinder.java

Modified: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/SpringConversationBinder.java
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/SpringConversationBinder.java?rev=712666&r1=712665&r2=712666&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/SpringConversationBinder.java (original)
+++ myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/SpringConversationBinder.java Mon Nov 10 06:41:30 2008
@@ -28,8 +28,8 @@
  */
 class SpringConversationBinder implements ConversationBinder
 {
-    AbstractSpringOrchestraScope scope;
-    Conversation c;
+    private AbstractSpringOrchestraScope scope;
+    private Conversation c;
 
     public SpringConversationBinder(AbstractSpringOrchestraScope scope, Conversation c)
     {