Skip to content

Commit ab6fd98

Browse files
committed
Unrestrict DurationStyle
I plan to expose it through jenkins core
1 parent 6cc6388 commit ab6fd98

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/org/jenkinsci/remoting/util/DurationStyle.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
import java.util.function.Function;
2424
import java.util.regex.Matcher;
2525
import java.util.regex.Pattern;
26-
import org.kohsuke.accmod.Restricted;
27-
import org.kohsuke.accmod.restrictions.NoExternalUse;
2826

2927
/**
3028
* Duration format styles.
@@ -34,7 +32,6 @@
3432
* @author Phillip Webb
3533
* @author Valentine Wu
3634
*/
37-
@Restricted(NoExternalUse.class)
3835
public enum DurationStyle {
3936

4037
/**

0 commit comments

Comments
 (0)