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

Gavin King gavin.king at jboss.com
Sat Oct 7 18:46:26 EDT 2006


  User: gavin   
  Date: 06/10/07 18:46:26

  Modified:    src/main/org/jboss/seam/debug  Contexts.java
  Log:
  remove garbage
  
  Revision  Changes    Path
  1.7       +0 -8      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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- Contexts.java	1 Jul 2006 12:38:48 -0000	1.6
  +++ Contexts.java	7 Oct 2006 22:46:26 -0000	1.7
  @@ -54,14 +54,6 @@
         return Manager.instance().getConversationIdEntryMap().values().toArray( new ConversationEntry[0] );
      }
      
  -   public String getStackTrace()
  -   {
  -      StringWriter sw = new StringWriter();
  -      PrintWriter pw = new PrintWriter(sw);
  -      getException().printStackTrace(pw);
  -      return sw.toString();
  -   }
  -
      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