You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ir...@apache.org on 2018/05/22 09:49:57 UTC

ignite git commit: IGNITE-8491 Add JMX flag: Is the node in baseline or not - fixed license header

Repository: ignite
Updated Branches:
  refs/heads/master 7c118e409 -> e227f22ad


IGNITE-8491 Add JMX flag: Is the node in baseline or not - fixed license header

Signed-off-by: Ivan Rakov <ir...@apache.org>


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

Branch: refs/heads/master
Commit: e227f22adb99767f8f4e7b2be024cab5c9a82c30
Parents: 7c118e4
Author: vd-pyatkov <vp...@gridgain.com>
Authored: Tue May 22 12:49:21 2018 +0300
Committer: Ivan Rakov <ir...@apache.org>
Committed: Tue May 22 12:49:51 2018 +0300

----------------------------------------------------------------------
 .../ignite/util/mbeans/GridMBeanBaselineTest.java   | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/e227f22a/modules/core/src/test/java/org/apache/ignite/util/mbeans/GridMBeanBaselineTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/util/mbeans/GridMBeanBaselineTest.java b/modules/core/src/test/java/org/apache/ignite/util/mbeans/GridMBeanBaselineTest.java
index 00dce83..390eb21 100644
--- a/modules/core/src/test/java/org/apache/ignite/util/mbeans/GridMBeanBaselineTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/util/mbeans/GridMBeanBaselineTest.java
@@ -1,3 +1,19 @@
+/*
+* 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.util.mbeans;
 
 import org.apache.ignite.Ignite;