forked from External/mage
tests: fixed random fails in RadiateTest (wrong MOR predicate code, #9550)
This commit is contained in:
parent
e92031a3bb
commit
6f12d62882
5 changed files with 32 additions and 10 deletions
|
|
@ -36,6 +36,11 @@ public interface MageObject extends MageItem, Serializable, Copyable<MageObject>
|
|||
|
||||
String getName();
|
||||
|
||||
/**
|
||||
* Warning, don't use it as a key - multiple objects can have same parts of the id in rare use cases
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
String getIdName();
|
||||
|
||||
String getLogName();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue