This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/chemistry-site.git
commit 1e92e67b1b949890a747bb717ff29d8e1fcf26cd Author: Dave Fisher <[email protected]> AuthorDate: Mon Jun 14 13:59:51 2021 -0700 fix fences --- content/java/developing/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ 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 {
