Skip to content

Commit

Permalink
Deprecate method
Browse files Browse the repository at this point in the history
Signed-off-by: Nadir K Amra <amra@us.ibm.com>
  • Loading branch information
nadiramra authored and jeber-ibm committed Sep 23, 2024
1 parent 20892a4 commit 3e99f12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/ibm/as400/access/IFSFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,9 @@ public int getASP() throws IOException, AS400SecurityException
* If unable to retrieve file system type, a zero-length string is returned.
* @throws IOException If an error occurs while communicating with the system.
* @throws AS400SecurityException If a security or authority error occurs.
* @deprecated Use {@link #getFileSystemType()}
**/
@Deprecated
public String getFileSystemType(boolean retrieveAll) throws IOException, AS400SecurityException
{
if (cachedAttributes_ != null)
Expand Down

0 comments on commit 3e99f12

Please sign in to comment.