fix: Correction of the CheckStyle issue the project acyclic-visitor (#1969)
This commit is contained in:
parent
dde31bfe34
commit
da9f26bbc0
@ -28,5 +28,5 @@ package com.iluwatar.acyclicvisitor;
|
|||||||
* converted to an interface
|
* converted to an interface
|
||||||
*/
|
*/
|
||||||
public interface Modem {
|
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
|
|
Loading…
x
Reference in New Issue
Block a user