mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-23 18:25:24 +00:00
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