You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by wa...@apache.org on 2021/06/14 21:32:21 UTC

[chemistry-site] 07/08: fix fences

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 <da...@davefisher.tech>
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 {