Skip to content

Commit

Permalink
Fix dangling Javadoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
darxriggs committed Feb 14, 2019
1 parent 809fd29 commit 307f0ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
17 changes: 8 additions & 9 deletions src/main/java/org/jvnet/hudson/test/SupportLogFormatter.java
Expand Up @@ -21,26 +21,25 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/

package org.jvnet.hudson.test;

// COPIED from com.cloudbees.jenkins.support @ 2.42-SNAPSHOT

/***********************************************
* DO NOT INCLUDE ANY NON JDK CLASSES IN HERE.
* IT CAN DEADLOCK REMOTING - SEE JENKINS-32622
***********************************************/
// *********************************************
// DO NOT INCLUDE ANY NON JDK CLASSES IN HERE.
// IT CAN DEADLOCK REMOTING - SEE JENKINS-32622
// *********************************************
import java.io.PrintStream;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.util.HashSet;
import java.util.Set;
import java.util.logging.Formatter;
import java.util.logging.LogRecord;
/***********************************************
* DO NOT INCLUDE ANY NON JDK CLASSES IN HERE.
* IT CAN DEADLOCK REMOTING - SEE JENKINS-32622
***********************************************/
// *********************************************
// DO NOT INCLUDE ANY NON JDK CLASSES IN HERE.
// IT CAN DEADLOCK REMOTING - SEE JENKINS-32622
// *********************************************

/**
* Format log files in a nicer format that is easier to read and search.
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/org/jvnet/hudson/test/TestCrumbIssuer.java
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2008-2009 Yahoo! Inc.
* All rights reserved.
/*
* Copyright (c) 2008-2009 Yahoo! Inc.
* All rights reserved.
* The copyrights to the contents of this file are licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
package org.jvnet.hudson.test;
Expand Down

0 comments on commit 307f0ba

Please sign in to comment.