Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add @issue to reference JENKINS-44052
  • Loading branch information
batmat committed Oct 1, 2017
1 parent ff36adf commit 61016e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/test/java/jenkins/util/TimeDurationTest.java
@@ -1,6 +1,7 @@
package jenkins.util;

import org.junit.Test;
import org.jvnet.hudson.test.Issue;

import java.util.concurrent.TimeUnit;

Expand All @@ -9,7 +10,7 @@

import static jenkins.util.TimeDuration.*;


@Issue("JENKINS-44052")
public class TimeDurationTest {

@Test
Expand Down

0 comments on commit 61016e1

Please sign in to comment.