Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
fix fences
Browse files Browse the repository at this point in the history
  • Loading branch information
dave2wave committed Jun 14, 2021
1 parent 702eb99 commit 1e92e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/java/developing/guide.md
Expand Up @@ -1112,7 +1112,7 @@ If it is, it removes our document from both folders that contain it.
Since unfiling is supported, the document should still be accessible by its ID,
and the code checks for this.

java
```java
if (!(cap.isUnfilingSupported())) {
System.out.println("Unfiling not supported by this repository");
} else {
Expand Down

0 comments on commit 1e92e67

Please sign in to comment.