Skip to content

Commit 025b476

Browse files
committed
reformat code
1 parent c4248f7 commit 025b476

21 files changed

+726
-493
lines changed

src/main/java/com/falsepattern/lib/StableAPI.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
/**
88
* Anything annotated with this annotation will be considered stable, and the class/method/field will not get breaking
99
* changes without a full deprecation cycle.
10-
*
11-
* If a class or method is NOT annotated with this annotation, it will be considered unstable, and the package/method arguments/etc.
12-
* can freely change between patch releases without notice.
13-
*
10+
* <p>
11+
* If a class or method is NOT annotated with this annotation, it will be considered unstable, and the package/method
12+
* arguments/etc. can freely change between patch releases without notice.
13+
* <p>
1414
* If a class is annotated with this annotation, all currently existing public and protected members in the class will
1515
* be considered stable.
16-
*
16+
* <p>
1717
* Private members will never be considered stable, and can be removed without notice.
1818
*/
1919
@Documented

0 commit comments

Comments
 (0)