Skip to content

Commit 59d911d

Browse files
dreis2211snicoll
authored andcommitted
Remove @UsesUnsafeJava annotations
Closes spring-projectsgh-14072
1 parent df779b4 commit 59d911d

File tree

4 files changed

+0
-92
lines changed

4 files changed

+0
-92
lines changed

Diff for: spring-boot-project/spring-boot-tools/spring-boot-loader-tools/src/main/java/org/springframework/boot/loader/tools/SignalUtils.java

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
* @since 1.1.0
2626
*/
2727
@SuppressWarnings("restriction")
28-
@UsesUnsafeJava
2928
public final class SignalUtils {
3029

3130
private static final Signal SIG_INT = new Signal("INT");

Diff for: spring-boot-project/spring-boot-tools/spring-boot-loader-tools/src/main/java/org/springframework/boot/loader/tools/UsesUnsafeJava.java

-35
This file was deleted.

Diff for: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/lang/UsesUnsafeJava.java

-36
This file was deleted.

Diff for: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/lang/package-info.java

-20
This file was deleted.

0 commit comments

Comments
 (0)