Skip to content

Commit f1e4dd8

Browse files
gaynor@illinois.edugaynor@illinois.edu
authored andcommitted
Rename of classes. Improved exception handling.
1 parent 2358018 commit f1e4dd8

2 files changed

Lines changed: 12 additions & 52 deletions

File tree

.idea/workspace.xml

Lines changed: 11 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/src/main/java/edu/uiuc/ncsa/security/core/util/FileUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ protected static File checkFile(String fileName) throws FileNotFoundException, I
3636
return file;
3737
}
3838

39+
// Next two are used in OA4MP, QDL but not in this module, so don't delete.
3940
public static String readFileAsBinary(String fileName) throws Throwable {
4041
checkFile(fileName);
4142
byte[] contents = Files.readAllBytes(Paths.get(fileName));

0 commit comments

Comments
 (0)