mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-23 08:00:56 -04:00
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:
10
app/src/test/java/Test.java
Normal file
10
app/src/test/java/Test.java
Normal 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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user