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
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);
}