1 | package com.github.netkorp.telegram.framework.commands.abstracts; |
||
0 ignored issues
–
show
Code Smell
introduced
by
![]() |
|||
2 | |||
3 | import com.github.netkorp.telegram.framework.commands.interfaces.MultistageCommand; |
||
4 | |||
5 | /** |
||
6 | * Wraps the common features and the basic components that the {@link MultistageCommand} needs. |
||
7 | */ |
||
8 | public abstract class AbstractMultistageCommand extends AbstractCommand implements MultistageCommand { |
||
0 ignored issues
–
show
|
|||
9 | } |
||
10 |