Skip to content

Commit

Permalink
JSSE: fix Javadoc warnings in WolfSSL.java
Browse files Browse the repository at this point in the history
  • Loading branch information
cconlon committed Sep 12, 2024
1 parent 3f80193 commit 037b639
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/java/com/wolfssl/WolfSSL.java
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,9 @@ public static void loadLibraryAbsolute(String libPath)
* @param file File to read into byte array
*
* @return byte array representing input File, or null if file is null
*
* @throws FileNotFoundException if file is not found
* @throws IOException if unable to read entire file
*/
protected static byte[] fileToBytes(File file)
throws FileNotFoundException, IOException {
Expand Down

0 comments on commit 037b639

Please sign in to comment.