Skip to content

Commit

Permalink
add method for AEmaaCS 2023.9.13665.20230927T063259Z-230800
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Sep 28, 2023
1 parent 01a97d4 commit 1a2b826
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -447,4 +447,9 @@ public void delete(Resource arg0, boolean arg1, boolean arg2, boolean arg3) thro
throw new UnsupportedOperationException();
}

// AEMaaCS 2023.9.13665.20230927T063259Z-230800
public Resource override(CopyOptions options) throws WCMException {
throw new UnsupportedOperationException();
}

}

0 comments on commit 1a2b826

Please sign in to comment.