Skip to content

Commit 815304a

Browse files
committed
format
Signed-off-by: Attila Mészáros <[email protected]>
1 parent d1e40cf commit 815304a

File tree

1 file changed

+4
-7
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler

1 file changed

+4
-7
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/Experimental.java

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@
55
import java.lang.annotation.RetentionPolicy;
66
import java.lang.annotation.Target;
77

8-
98
/**
109
* Marks experimental features.
1110
*
12-
* Experimental features are not yet stable and may change in future releases. Usually based
13-
* on the feedback of the users.
14-
*
15-
* */
11+
* <p>Experimental features are not yet stable and may change in future releases. Usually based on
12+
* the feedback of the users.
13+
*/
1614
@Retention(RetentionPolicy.SOURCE)
1715
@Target({ElementType.METHOD, ElementType.TYPE})
18-
public @interface Experimental {
19-
}
16+
public @interface Experimental {}

0 commit comments

Comments
 (0)