[jboss-cvs] jboss-seam/src/main/org/jboss/seam/debug ...

Gavin King gavin.king at jboss.com
Tue Oct 10 17:00:53 EDT 2006


  User: gavin   
  Date: 06/10/10 17:00:53

  Modified:    src/main/org/jboss/seam/debug  Contexts.java
  Log:
  long overdue refactoring
  
  Revision  Changes    Path
  1.8       +0 -9      jboss-seam/src/main/org/jboss/seam/debug/Contexts.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Contexts.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/debug/Contexts.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- Contexts.java	7 Oct 2006 22:46:26 -0000	1.7
  +++ Contexts.java	10 Oct 2006 21:00:53 -0000	1.8
  @@ -1,14 +1,10 @@
   package org.jboss.seam.debug;
   
  -import java.io.PrintWriter;
  -import java.io.StringWriter;
   import java.util.Arrays;
   
   import org.jboss.seam.ScopeType;
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
  -import org.jboss.seam.core.ConversationEntry;
  -import org.jboss.seam.core.Manager;
   
   @Name("org.jboss.seam.debug.contexts")
   @Scope(ScopeType.APPLICATION)
  @@ -49,11 +45,6 @@
         }
      }
      
  -   public ConversationEntry[] getConversationEntries()
  -   {
  -      return Manager.instance().getConversationIdEntryMap().values().toArray( new ConversationEntry[0] );
  -   }
  -
      public Exception getException()
      {
         return (Exception) org.jboss.seam.contexts.Contexts.getConversationContext().get("org.jboss.seam.debug.lastException");
  
  
  



More information about the jboss-cvs-commits mailing list