All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mortbay.thread.Timeout.rej Maven / Gradle / Ivy

There is a newer version: 7.0.0.pre5
Show newest version
***************
*** 223,229 ****
      /* ------------------------------------------------------------ */
      public String toString()
      {
-         StringBuffer buf = new StringBuffer();
          buf.append(super.toString());
          
          Task task = _head._next;
--- 223,229 ----
      /* ------------------------------------------------------------ */
      public String toString()
      {
+         StringBuilder buf = new StringBuilder();
          buf.append(super.toString());
          
          Task task = _head._next;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy