Repository: incubator-ignite Updated Branches: refs/heads/ignite-sql-tests 1090455dc -> bc7a6410f
ignite-sql-tests - javadoc build Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/bc7a6410 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/bc7a6410 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/bc7a6410 Branch: refs/heads/ignite-sql-tests Commit: bc7a6410fd19a73b6e39aeab48121a44aae015e4 Parents: 1090455 Author: S.Vladykin <svlady...@gridgain.com> Authored: Tue Feb 10 17:51:00 2015 +0300 Committer: S.Vladykin <svlady...@gridgain.com> Committed: Tue Feb 10 17:51:00 2015 +0300 ---------------------------------------------------------------------- .../ignite/spi/indexing/noop/package.html | 24 ++++++++++++++++++++ 1 file changed, 24 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bc7a6410/modules/core/src/main/java/org/apache/ignite/spi/indexing/noop/package.html ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/spi/indexing/noop/package.html b/modules/core/src/main/java/org/apache/ignite/spi/indexing/noop/package.html new file mode 100644 index 0000000..8faf421 --- /dev/null +++ b/modules/core/src/main/java/org/apache/ignite/spi/indexing/noop/package.html @@ -0,0 +1,24 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<body> + <!-- Package description. --> + Contains default no-op indexing SPI implementation. +</body> +</html>