Repository: geode Updated Branches: refs/heads/feature/GEODE-2632-17 47c372f21 -> cd591f7f4
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/30ba91ea Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/30ba91ea Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/30ba91ea Branch: refs/heads/feature/GEODE-2632-17 Commit: 30ba91ead1094a8431110b2d3fd63e678d727bd6 Parents: 47c372f Author: Kirk Lund <[email protected]> Authored: Wed May 24 16:40:00 2017 -0700 Committer: Kirk Lund <[email protected]> Committed: Wed May 24 16:40:00 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/30ba91ea/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
