Skip to content

Commit a1a0496

Browse files
committed
Added package comments etc.
1 parent bd65807 commit a1a0496

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

jenkins-client/src/main/java/com/offbytwo/jenkins/helper/ComparableVersion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package com.offbytwo.jenkins.helper;
2-
31
/*
42
* Licensed to the Apache Software Foundation (ASF) under one
53
* or more contributor license agreements. See the NOTICE file
@@ -19,6 +17,8 @@
1917
* under the License.
2018
*/
2119

20+
package com.offbytwo.jenkins.helper;
21+
2222
import java.math.BigInteger;
2323
import java.util.ArrayList;
2424
import java.util.Arrays;

jenkins-client/src/main/java/com/offbytwo/jenkins/helper/JenkinsVersion.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
/*
2+
* Copyright (c) 2016 Karl Heinz Marbaise
3+
*
4+
* Distributed under the MIT license: http://opensource.org/licenses/MIT
5+
*/
16
package com.offbytwo.jenkins.helper;
27

8+
/**
9+
* @author Karl Heinz Marbaise
10+
*/
311
public class JenkinsVersion implements Comparable<JenkinsVersion> {
412
private ComparableVersion cv;
513
private String literalVersion;

0 commit comments

Comments
 (0)