Skip to content

Commit

Permalink
Fix bad copy and paste
Browse files Browse the repository at this point in the history
  • Loading branch information
rcillo committed Aug 28, 2020
1 parent 51897f6 commit 7b017fe
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ public void repartition(final EventType eventType, final int partitions)
LOG.error("Failed to wait for timeline switch", e);
throw new EventTypeUnavailableException("Event type " + eventType.getName()
+ " is currently in maintenance, please repeat request");
} catch (final InternalNakadiException | ServiceTemporarilyUnavailableException e) {
LOG.error("Error deleting event type " + eventType.getName(), e);
throw new EventTypeDeletionException("Failed to repartition event type " + eventType.getName());
} finally {
try {
if (closeable != null) {
Expand Down

0 comments on commit 7b017fe

Please sign in to comment.