Fixed minor changes suggested by Checkstyle
This commit is contained in:
parent
16df157181
commit
e1a2f141c5
@ -25,6 +25,6 @@ package com.iluwatar.acyclicvisitor;
|
||||
/**
|
||||
* ZoomVisitor interface
|
||||
*/
|
||||
public interface ZoomVisitor extends ModemVisitor{
|
||||
public interface ZoomVisitor extends ModemVisitor {
|
||||
void visit(Zoom zoom);
|
||||
}
|
||||
|
@ -105,6 +105,7 @@ public final class Retry<T> implements BusinessOperation<T> {
|
||||
//ignore
|
||||
}
|
||||
}
|
||||
} while (true);
|
||||
}
|
||||
while (true);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user