Skip to content

Commit 49168ee

Browse files
committed
buildfix: IFSFileImpl interface
1 parent e2e4189 commit 49168ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/ibm/as400/access/IFSFileImpl.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ int renameTo(IFSFileImpl file)
9898
int getCCSID(boolean retrieveAll) throws IOException, AS400SecurityException;
9999
String getOwnerName(boolean retrieveAll) throws IOException, AS400SecurityException;
100100
//@AC7 End
101-
String getText();
102-
String getCodePage();
103-
Hashtable getExtendedAttributes();
101+
String getText() throws IOException, AS400SecurityException;
102+
String getCodePage() throws IOException, AS400SecurityException;
103+
Hashtable getExtendedAttributes() throws IOException, AS400SecurityException;
104104

105105
}
106106

0 commit comments

Comments
 (0)