Repository: ignite Updated Branches: refs/heads/ignite-2926 15869f313 -> 44ec58c95
Added missing header to GeneratorUtils. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/9791d60d Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/9791d60d Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/9791d60d Branch: refs/heads/ignite-2926 Commit: 9791d60dd78be10db15929f817632b66fbdaef51 Parents: b024235 Author: vozerov-gridgain <[email protected]> Authored: Fri Apr 15 09:11:22 2016 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Fri Apr 15 09:11:22 2016 +0300 ---------------------------------------------------------------------- .../ignite/schema/generator/GeneratorUtils.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/9791d60d/modules/schema-import/src/main/java/org/apache/ignite/schema/generator/GeneratorUtils.java ---------------------------------------------------------------------- diff --git a/modules/schema-import/src/main/java/org/apache/ignite/schema/generator/GeneratorUtils.java b/modules/schema-import/src/main/java/org/apache/ignite/schema/generator/GeneratorUtils.java index 4195b82..ac710db 100644 --- a/modules/schema-import/src/main/java/org/apache/ignite/schema/generator/GeneratorUtils.java +++ b/modules/schema-import/src/main/java/org/apache/ignite/schema/generator/GeneratorUtils.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.schema.generator; import java.util.Collection;
