You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2017/10/02 21:00:12 UTC

[12/15] calcite git commit: Fix URL in FileSchemaFactory javadoc (Marc Prud'hommeaux)

Fix URL in FileSchemaFactory javadoc (Marc Prud'hommeaux)

Close apache/calcite#537


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

Branch: refs/heads/master
Commit: 1a71a66bac99f588e33896c385174eed51f1de16
Parents: f1a002e
Author: Marc Prud'hommeaux <mw...@cornell.edu>
Authored: Wed Sep 13 10:27:15 2017 -0400
Committer: Julian Hyde <jh...@apache.org>
Committed: Mon Oct 2 11:13:44 2017 -0700

----------------------------------------------------------------------
 .../java/org/apache/calcite/adapter/file/FileSchemaFactory.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/1a71a66b/file/src/main/java/org/apache/calcite/adapter/file/FileSchemaFactory.java
----------------------------------------------------------------------
diff --git a/file/src/main/java/org/apache/calcite/adapter/file/FileSchemaFactory.java b/file/src/main/java/org/apache/calcite/adapter/file/FileSchemaFactory.java
index c92a729..4fae382 100644
--- a/file/src/main/java/org/apache/calcite/adapter/file/FileSchemaFactory.java
+++ b/file/src/main/java/org/apache/calcite/adapter/file/FileSchemaFactory.java
@@ -29,7 +29,7 @@ import java.util.Map;
  * Factory that creates a {@link FileSchema}.
  *
  * <p>Allows a custom schema to be included in a model.json file.
- * See <a href="http://calcite.apache.org/docs/file.html">File adapter</a>.
+ * See <a href="http://calcite.apache.org/docs/file_adapter.html">File adapter</a>.
  */
 @SuppressWarnings("UnusedDeclaration")
 public class FileSchemaFactory implements SchemaFactory {