Skip to content

Commit

Permalink
buildfix: IFSFileImpl interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrez committed Apr 28, 2023
1 parent e2e4189 commit 49168ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/ibm/as400/access/IFSFileImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ int renameTo(IFSFileImpl file)
int getCCSID(boolean retrieveAll) throws IOException, AS400SecurityException;
String getOwnerName(boolean retrieveAll) throws IOException, AS400SecurityException;
//@AC7 End
String getText();
String getCodePage();
Hashtable getExtendedAttributes();
String getText() throws IOException, AS400SecurityException;
String getCodePage() throws IOException, AS400SecurityException;
Hashtable getExtendedAttributes() throws IOException, AS400SecurityException;

}

0 comments on commit 49168ee

Please sign in to comment.