Skip to content

Commit

Permalink
Apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
bensofficial committed Dec 11, 2024
1 parent dc0a6ee commit f29187c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/de/tum/in/test/api/DisableThreadGroupCheck.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package de.tum.in.test.api;

import org.apiguardian.api.API;
import static java.lang.annotation.ElementType.*;
import static java.lang.annotation.RetentionPolicy.RUNTIME;

import java.lang.annotation.Documented;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;

import static java.lang.annotation.ElementType.*;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import org.apiguardian.api.API;

/**
* Disables the Thread Group Check.
Expand Down

0 comments on commit f29187c

Please sign in to comment.