Repository: ignite Updated Branches: refs/heads/master 34a9518e3 -> 32ebec351
Fix test license header Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/43d2f18a Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/43d2f18a Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/43d2f18a Branch: refs/heads/master Commit: 43d2f18ac24ddfc6f94e2ff0e674242033ebdade Parents: 85525ee Author: Sunny Chan <[email protected]> Authored: Tue Jan 23 17:44:51 2018 +0800 Committer: Sunny Chan <[email protected]> Committed: Tue Jan 23 17:44:51 2018 +0800 ---------------------------------------------------------------------- .../ignite/tests/CassandraSessionImplTest.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/43d2f18a/modules/cassandra/store/src/test/java/org/apache/ignite/tests/CassandraSessionImplTest.java ---------------------------------------------------------------------- diff --git a/modules/cassandra/store/src/test/java/org/apache/ignite/tests/CassandraSessionImplTest.java b/modules/cassandra/store/src/test/java/org/apache/ignite/tests/CassandraSessionImplTest.java index 9546d46..e4af55c 100644 --- a/modules/cassandra/store/src/test/java/org/apache/ignite/tests/CassandraSessionImplTest.java +++ b/modules/cassandra/store/src/test/java/org/apache/ignite/tests/CassandraSessionImplTest.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.tests; import static org.junit.Assert.assertEquals;
