7.5.24: Added missing JavaDocs.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/421cf03b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/421cf03b Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/421cf03b Branch: refs/heads/master Commit: 421cf03b03276d0ab6c32ef6665d547746446dfc Parents: a815067 Author: vozerov-gridgain <[email protected]> Authored: Tue May 31 10:40:24 2016 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Tue May 31 11:36:47 2016 +0300 ---------------------------------------------------------------------- .../hadoop/util/ChainedUserNameMapperSelfTest.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/421cf03b/modules/hadoop/src/test/java/org/apache/ignite/hadoop/util/ChainedUserNameMapperSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/hadoop/src/test/java/org/apache/ignite/hadoop/util/ChainedUserNameMapperSelfTest.java b/modules/hadoop/src/test/java/org/apache/ignite/hadoop/util/ChainedUserNameMapperSelfTest.java index 5bdac8f..bfac49c 100644 --- a/modules/hadoop/src/test/java/org/apache/ignite/hadoop/util/ChainedUserNameMapperSelfTest.java +++ b/modules/hadoop/src/test/java/org/apache/ignite/hadoop/util/ChainedUserNameMapperSelfTest.java @@ -1,3 +1,20 @@ +/* + * 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. + */ + package org.apache.ignite.hadoop.util; import org.apache.ignite.IgniteException;
