minor - fixed ignite-269
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/90684d32 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/90684d32 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/90684d32 Branch: refs/heads/sprint-1-release Commit: 90684d32eda1da14294f99df83feefed80cfd1fc Parents: d0fbcf7 Author: Yakov Zhdanov <yzhda...@gridgain.com> Authored: Mon Feb 16 13:17:17 2015 +0300 Committer: Yakov Zhdanov <yzhda...@gridgain.com> Committed: Mon Feb 16 13:17:17 2015 +0300 ---------------------------------------------------------------------- .../org/apache/ignite/compute/ComputeTask.java | 3 +-- .../apache/ignite/resources/package-info.java | 22 +++++++++++++++++ .../org/apache/ignite/resources/package.html | 25 -------------------- 3 files changed, 23 insertions(+), 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/90684d32/modules/core/src/main/java/org/apache/ignite/compute/ComputeTask.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/compute/ComputeTask.java b/modules/core/src/main/java/org/apache/ignite/compute/ComputeTask.java index 13dd17b..9b870a5 100644 --- a/modules/core/src/main/java/org/apache/ignite/compute/ComputeTask.java +++ b/modules/core/src/main/java/org/apache/ignite/compute/ComputeTask.java @@ -44,8 +44,7 @@ import java.util.*; * </li> * <li> * System will inject all annotated resources (including task session) into grid task instance. - * See <a href="http://www.gridgain.com/javadoc/org/gridgain/grid/resources/package-summary.html">org.gridgain.grid.resources</a> - * package for the list of injectable resources. + * See {@link org.apache.ignite.resources} package for the list of injectable resources. * </li> * <li> * System will apply {@link #map(List, Object) map(List, Object)}. This http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/90684d32/modules/core/src/main/java/org/apache/ignite/resources/package-info.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/resources/package-info.java b/modules/core/src/main/java/org/apache/ignite/resources/package-info.java new file mode 100644 index 0000000..9f9aefb --- /dev/null +++ b/modules/core/src/main/java/org/apache/ignite/resources/package-info.java @@ -0,0 +1,22 @@ +/* + * 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. + */ + +/** + * Contains resource injection annotations. Annotations are used to inject resources + * into user defined code such as grid tasks, grid jobs and SPI implementations. + */ +package org.apache.ignite.resources; http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/90684d32/modules/core/src/main/java/org/apache/ignite/resources/package.html ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/resources/package.html b/modules/core/src/main/java/org/apache/ignite/resources/package.html deleted file mode 100644 index 070a1bc..0000000 --- a/modules/core/src/main/java/org/apache/ignite/resources/package.html +++ /dev/null @@ -1,25 +0,0 @@ -<!-- - 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 resource injection annotations. Annotations are used to inject resources - into user defined code such as grid tasks, grid jobs and SPI implementations. -</body> -</html>