From 0dcf6c919d0542ccb879141ec4f6200b882adb6e Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Thu, 14 Feb 2019 12:11:56 -0500 Subject: [PATCH] Remove newline --- .../org/elasticsearch/xpack/ccr/repository/CcrRepository.java | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugin/ccr/src/main/java/org/elasticsearch/xpack/ccr/repository/CcrRepository.java b/x-pack/plugin/ccr/src/main/java/org/elasticsearch/xpack/ccr/repository/CcrRepository.java index 33a75840c976e..994f779ae03bf 100644 --- a/x-pack/plugin/ccr/src/main/java/org/elasticsearch/xpack/ccr/repository/CcrRepository.java +++ b/x-pack/plugin/ccr/src/main/java/org/elasticsearch/xpack/ccr/repository/CcrRepository.java @@ -161,7 +161,6 @@ private Client getRemoteClusterClient() { return client.getRemoteClusterClient(remoteClusterAlias); } - @Override public SnapshotInfo getSnapshotInfo(SnapshotId snapshotId) { assert SNAPSHOT_ID.equals(snapshotId) : "RemoteClusterRepository only supports " + SNAPSHOT_ID + " as the SnapshotId";