forked from External/mage
removed redundant modifiers from interfaces
This commit is contained in:
parent
18b4be3ec7
commit
fde10788db
53 changed files with 762 additions and 755 deletions
|
|
@ -36,6 +36,7 @@ import java.util.UUID;
|
|||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public interface Room extends Remote {
|
||||
public UUID getChatId();
|
||||
public UUID getRoomId();
|
||||
|
||||
UUID getChatId();
|
||||
UUID getRoomId();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue