Merge branch prefs into master

The changes have been squashed as the commit history and messages were not very carefully crafted. There isn't that much value in preserving random commit messages.

Also due to diverging branches, rebasing or merging it was difficult.
This commit is contained in:
crschnick
2024-02-28 07:36:31 +00:00
parent ce45ff9ec6
commit 3e7fbe89ac
442 changed files with 11614 additions and 6865 deletions

View File

@@ -0,0 +1,10 @@
import io.xpipe.app.util.ThreadHelper;
public class Test {
@org.junit.jupiter.api.Test
public void test() {
System.out.println("a");
ThreadHelper.sleep(1000);
}
}