mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-16 02:59:21 +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);
|
||||
}
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
This is an Apache Isis application created with the SimpleApp archetype. The usage instructions can be found at http://isis.apache.org/guides/ug.html#_ug_getting-started_simpleapp-archetype
|
||||
Reference in New Issue
Block a user