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

Signed-off-by: Ivan Rakov <[email protected]>


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/ignite-5789-1
Commit: e227f22adb99767f8f4e7b2be024cab5c9a82c30
Parents: 7c118e4
Author: vd-pyatkov <[email protected]>
Authored: Tue May 22 12:49:21 2018 +0300
Committer: Ivan Rakov <[email protected]>
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;

Reply via email to