Revert "Fixed missing Apache header." This reverts commit b280c3efa1eb84c6bc8abbe31ba669b0c24323d8.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f745371a Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f745371a Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f745371a Branch: refs/heads/ignite-2788 Commit: f745371af76baa676385c22257b4577d2e697d16 Parents: c32082f Author: vozerov-gridgain <[email protected]> Authored: Mon Oct 3 10:07:26 2016 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Mon Oct 3 10:07:26 2016 +0300 ---------------------------------------------------------------------- .../internal/binary/BinaryFieldOrderSelfTest.java | 17 ----------------- 1 file changed, 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/f745371a/modules/core/src/test/java/org/apache/ignite/internal/binary/BinaryFieldOrderSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/binary/BinaryFieldOrderSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/binary/BinaryFieldOrderSelfTest.java index e470948..6bb1e13 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/binary/BinaryFieldOrderSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/binary/BinaryFieldOrderSelfTest.java @@ -1,20 +1,3 @@ -/* - * 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.internal.binary; import org.apache.ignite.binary.BinaryObject;
