forked from External/mage
parent
6939886680
commit
95481cd736
8 changed files with 42 additions and 28 deletions
|
|
@ -60,7 +60,7 @@ public abstract class Watcher implements Serializable {
|
|||
case CARD:
|
||||
return sourceId + getBasicKey();
|
||||
default:
|
||||
return getBasicKey();
|
||||
throw new IllegalArgumentException("Unknown watcher scope: " + this.getClass().getSimpleName() + " - " + scope);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue