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