fix: Correction of the CheckStyle issue the project acyclic-visitor (#1969)
This commit is contained in:
@ -28,5 +28,5 @@ package com.iluwatar.acyclicvisitor;
|
||||
* converted to an interface
|
||||
*/
|
||||
public interface Modem {
|
||||
void accept(ModemVisitor modemVisitor);
|
||||
void accept(ModemVisitor modemVisitor);
|
||||
}
|
||||
|
Reference in New Issue
Block a user