Skip to content

Commit

Permalink
Remove Notepad.jar from classpath.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredjt committed Jul 16, 2020
1 parent fff5040 commit 8be88ae
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
<classpath>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path=""/>
<classpathentry kind="lib" path="Notepad.jar" sourcepath="C:/Users/Home PC/OneDrive - Knights - University of Central Florida/Trent School/Principles of Computer Programming/jdk1.8.0_241/demo/jfc/Notepad/src.zip"/>
<classpathentry kind="output" path=""/>
</classpath>
1 change: 0 additions & 1 deletion filereader/MainToolbar.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,5 @@ public void handle(ActionEvent event) {
throw new FileNotFoundException("File does not exist!");
}
}

}
}
1 change: 1 addition & 0 deletions filereader/binaryreader/BinaryFileUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public BinaryFileUtils(TextArea outputArea) {
this.outputArea = outputArea;
}

@SuppressWarnings("unused")
private BinaryFileUtils() {
}

Expand Down
1 change: 1 addition & 0 deletions filereader/textreader/TextFileUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public TextFileUtils(TextArea outputArea) {
this.outputArea = outputArea;
}

@SuppressWarnings("unused")
private TextFileUtils() {
}

Expand Down

0 comments on commit 8be88ae

Please sign in to comment.