commit | 1e92e67b1b949890a747bb717ff29d8e1fcf26cd | [log] [tgz] |
---|---|---|
author | Dave Fisher <dave@davefisher.tech> | Mon Jun 14 13:59:51 2021 -0700 |
committer | Dave Fisher <dave@davefisher.tech> | Mon Jun 14 13:59:51 2021 -0700 |
tree | df2ac11fdfe57b2b87fc809f186992b18fd19caa | |
parent | 702eb996daa616c258c2a3c04223fa2d866a107b [diff] |
fix fences
diff --git a/content/java/developing/guide.md b/content/java/developing/guide.md index 65f0776..55cee68 100644 --- a/content/java/developing/guide.md +++ b/content/java/developing/guide.md
@@ -1112,7 +1112,7 @@ 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 {