You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/05/03 07:22:23 UTC

[45/50] [abbrv] ignite git commit: IGNITE-4920 Fixed.

IGNITE-4920 Fixed.


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

Branch: refs/heads/ignite-gg-8.0.3.ea6-clients-test
Commit: 9ad0883c66120940740bc1944bd1e17814f9d540
Parents: ead06b0
Author: Aleksei Scherbakov <al...@gmail.com>
Authored: Mon Apr 10 19:58:09 2017 +0300
Committer: Aleksei Scherbakov <al...@gmail.com>
Committed: Mon Apr 10 19:58:09 2017 +0300

----------------------------------------------------------------------
 .../apache/ignite/spi/deployment/local/LocalDeploymentSpi.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/9ad0883c/modules/core/src/main/java/org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.java b/modules/core/src/main/java/org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.java
index 87fa452..66f0326 100644
--- a/modules/core/src/main/java/org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.java
+++ b/modules/core/src/main/java/org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.java
@@ -68,10 +68,10 @@ import org.jsr166.ConcurrentLinkedHashMap;
 @IgniteSpiConsistencyChecked(optional = false)
 @IgnoreIfPeerClassLoadingDisabled
 public class LocalDeploymentSpi extends IgniteSpiAdapter implements DeploymentSpi, LocalDeploymentSpiMBean {
-    /** */
+    /** Enables additional check for resource name on resources removal. */
     public static final String IGNITE_DEPLOYMENT_ADDITIONAL_CHECK = "ignite.deployment.additional.check";
 
-    /** */
+    /** Value for additional check on resources removal. */
     private static final boolean ENABLE_IGNITE_DEPLOYMENT_ADDITIONAL_CHECK =
         IgniteSystemProperties.getBoolean(IGNITE_DEPLOYMENT_ADDITIONAL_CHECK);