fix: Correction of the CheckStyle issue the project acyclic-visitor (#1969)

This commit is contained in:
HattoriHenzo 2022-04-15 13:14:12 -04:00 committed by GitHub
parent dde31bfe34
commit da9f26bbc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -28,5 +28,5 @@ package com.iluwatar.acyclicvisitor;
* converted to an interface
*/
public interface Modem {
void accept(ModemVisitor modemVisitor);
void accept(ModemVisitor modemVisitor);
}

View File

@ -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