You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by mm...@apache.org on 2018/06/14 15:05:20 UTC

calcite git commit: Fix Javadoc for [CALCITE-2345]

Repository: calcite
Updated Branches:
  refs/heads/master 4536000f2 -> 9beabf852


Fix Javadoc for [CALCITE-2345]


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

Branch: refs/heads/master
Commit: 9beabf852e222c9733127f690df68fb0ca491d1f
Parents: 4536000
Author: Michael Mior <mm...@uwaterloo.ca>
Authored: Thu Jun 14 11:05:04 2018 -0400
Committer: Michael Mior <mm...@uwaterloo.ca>
Committed: Thu Jun 14 11:05:04 2018 -0400

----------------------------------------------------------------------
 .../src/test/java/org/apache/calcite/test/MongoAdapterIT.java   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/9beabf85/mongodb/src/test/java/org/apache/calcite/test/MongoAdapterIT.java
----------------------------------------------------------------------
diff --git a/mongodb/src/test/java/org/apache/calcite/test/MongoAdapterIT.java b/mongodb/src/test/java/org/apache/calcite/test/MongoAdapterIT.java
index bda1163..207a3b9 100644
--- a/mongodb/src/test/java/org/apache/calcite/test/MongoAdapterIT.java
+++ b/mongodb/src/test/java/org/apache/calcite/test/MongoAdapterIT.java
@@ -25,14 +25,13 @@ import static org.junit.Assume.assumeTrue;
 /**
  * Used to trigger integration tests from maven (thus class name is suffixed with {@code IT}).
  *
- * <p>If you want to run integration tests from IDE manually set
+ * If you want to run integration tests from IDE manually set
  * {@code -Dcalcite.integrationTest=true} system property.
- *
+ * <br>
  * For command line use:
  * <pre>
  *     $ mvn install -Pit
  * </pre>
- * </p>
  */
 public class MongoAdapterIT extends MongoAdapterTest {