aboutsummaryrefslogtreecommitdiff
path: root/src/stubsstubs/java/nio/file
diff options
context:
space:
mode:
authorRawi01 <Rawi01@users.noreply.github.com>2020-08-31 09:57:29 +0200
committerRawi01 <Rawi01@users.noreply.github.com>2020-08-31 09:57:29 +0200
commit82ac8aad1d0e3e152db4ce328184c40c73700cee (patch)
tree3d5abb9072d43b87f19e5faf88a3d09b6c6da8e4 /src/stubsstubs/java/nio/file
parent3d90a51163354930eeea0e26c2b0a567af8e96be (diff)
parent9148294f78a8e646ee131ca182a9b692bc028fdb (diff)
downloadlombok-82ac8aad1d0e3e152db4ce328184c40c73700cee.tar.gz
lombok-82ac8aad1d0e3e152db4ce328184c40c73700cee.tar.bz2
lombok-82ac8aad1d0e3e152db4ce328184c40c73700cee.zip
Merge branch 'master' into extensionmethod
Conflicts: build.xml
Diffstat (limited to 'src/stubsstubs/java/nio/file')
-rw-r--r--src/stubsstubs/java/nio/file/Path.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stubsstubs/java/nio/file/Path.java b/src/stubsstubs/java/nio/file/Path.java
new file mode 100644
index 00000000..5fb2e7ec
--- /dev/null
+++ b/src/stubsstubs/java/nio/file/Path.java
@@ -0,0 +1,4 @@
+package java.nio.file;
+
+public class Path {
+}