You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2017/05/30 17:42:32 UTC

[40/43] geode git commit: Fix html in javadocs

Fix html in javadocs


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/9ea9f4ee
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/9ea9f4ee
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/9ea9f4ee

Branch: refs/heads/feature/GEODE-2632-17
Commit: 9ea9f4ee393d4377f8e159bcd8235ba3fd67bb51
Parents: b8e41f7
Author: Kirk Lund <kl...@apache.org>
Authored: Wed May 24 16:40:00 2017 -0700
Committer: Kirk Lund <kl...@apache.org>
Committed: Tue May 30 10:21:11 2017 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/geode/test/junit/categories/UnitTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/9ea9f4ee/geode-junit/src/main/java/org/apache/geode/test/junit/categories/UnitTest.java
----------------------------------------------------------------------
diff --git a/geode-junit/src/main/java/org/apache/geode/test/junit/categories/UnitTest.java b/geode-junit/src/main/java/org/apache/geode/test/junit/categories/UnitTest.java
index 5614212..58d12a0 100755
--- a/geode-junit/src/main/java/org/apache/geode/test/junit/categories/UnitTest.java
+++ b/geode-junit/src/main/java/org/apache/geode/test/junit/categories/UnitTest.java
@@ -20,7 +20,7 @@ package org.apache.geode.test.junit.categories;
  *
  * <p>
  * <ul>
- * A {@code UnitTest} should <bold>not<bold> do any of the following:
+ * A {@code UnitTest} should <strong>not</strong> do any of the following:
  * <li>communicate with a database
  * <li>communicate across the network
  * <li>access the file system