Skip to content

Commit

Permalink
Fixed minor changes suggested by Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoisila1 authored and bordoisila1 committed Aug 21, 2018
1 parent 16df157 commit e1a2f14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
/**
* ZoomVisitor interface
*/
public interface ZoomVisitor extends ModemVisitor{
public interface ZoomVisitor extends ModemVisitor {
void visit(Zoom zoom);
}
3 changes: 2 additions & 1 deletion retry/src/main/java/com/iluwatar/retry/Retry.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public T perform() throws BusinessException {
//ignore
}
}
} while (true);
}
while (true);
}
}

0 comments on commit e1a2f14

Please sign in to comment.