Repository: ignite
Updated Branches:
  refs/heads/ignite-2.4 7fdc97955 -> 74352a5f7


Fixed missing Apache header.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/74352a5f
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/74352a5f
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/74352a5f

Branch: refs/heads/ignite-2.4
Commit: 74352a5f7bb8170a7145f29c0b10eb0ff0541f7a
Parents: 7fdc979
Author: devozerov <[email protected]>
Authored: Tue Jan 23 10:34:17 2018 +0300
Committer: devozerov <[email protected]>
Committed: Tue Jan 23 10:35:14 2018 +0300

----------------------------------------------------------------------
 .../cache/persistence/AllocatedPageTracker.java    | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/74352a5f/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/AllocatedPageTracker.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/AllocatedPageTracker.java
 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/AllocatedPageTracker.java
index bd2a13e..8f3ff68 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/AllocatedPageTracker.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/AllocatedPageTracker.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.internal.processors.cache.persistence;
 
 /**

Reply via email to