You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by il...@apache.org on 2020/07/08 14:08:14 UTC

[ignite] 01/02: IGNITE-13185 Fix compilation after IGNITE-13123 merge.

This is an automated email from the ASF dual-hosted git repository.

ilyak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit b7d637b3aa816a30f2f5cec84dbbcbd7bd48ccb4
Author: Ilya Kasnacheev <il...@gmail.com>
AuthorDate: Wed Jul 8 16:49:05 2020 +0300

    IGNITE-13185 Fix compilation after IGNITE-13123 merge.
---
 .../org/apache/ignite/internal/commandline/ClusterChangeTagCommand.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/core/src/main/java/org/apache/ignite/internal/commandline/ClusterChangeTagCommand.java b/modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/ClusterChangeTagCommand.java
similarity index 99%
rename from modules/core/src/main/java/org/apache/ignite/internal/commandline/ClusterChangeTagCommand.java
rename to modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/ClusterChangeTagCommand.java
index 3f9e944..58e5f05 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/commandline/ClusterChangeTagCommand.java
+++ b/modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/ClusterChangeTagCommand.java
@@ -66,7 +66,7 @@ public class ClusterChangeTagCommand implements Command<String> {
             else
                 logger.warning("Error has occurred during tag update: " + res.errorMessage());
         }
-        catch (Throwable e) {
+       catch (Throwable e) {
             logger.severe("Failed to execute Cluster ID and tag command: ");
             logger.severe(CommandLogger.errorMessage(e));