diff --git a/.classpath b/.classpath deleted file mode 100644 index d478271..0000000 --- a/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/README.md b/README.md index 34e1a82..e2638bf 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,3 @@ JJI3 has made a change to this file. Another change to test the credential helper in git. -EMACSIS THE BEEEEST! \ No newline at end of file diff --git a/src/Disk.java b/src/Disk.java index 6e78783..9c69f2f 100644 --- a/src/Disk.java +++ b/src/Disk.java @@ -1,6 +1,10 @@ import java.util.ArrayList; import java.util.List; - +/** + * NETIDS + * sp285 + * hy91 + */ /** * Represents a collection of files; how many it can hold is limited by its capacity. */