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 2007/10/04 22:18:53 UTC

svn commit: r582000 - /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/FlashScopeManager.java

Author: skitching
Date: Thu Oct  4 13:18:53 2007
New Revision: 582000

URL: http://svn.apache.org/viewvc?rev=582000&view=rev
Log:
Remove unused constant.

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

Modified: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/FlashScopeManager.java
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/FlashScopeManager.java?rev=582000&r1=581999&r2=582000&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/FlashScopeManager.java (original)
+++ myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/FlashScopeManager.java Thu Oct  4 13:18:53 2007
@@ -32,8 +32,6 @@
  */
 public final class FlashScopeManager
 {
-	private final static String FLASH_MANAGER_KEY = "org.apache.myfaces.FlashManager";
-
 	private FlashScopeManagerConfiguration flashScopeManagerConfiguration;
 
 	private Set accessedConversations = new HashSet();