You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger.warn(this, "unregisterAlias", "Attempt made to unregister alias '"+alias+"' but the object registered is not the same");
123
+
Logger.warn(this, "unregisterAlias", "Attempt made to unregister alias '"+alias+"' but the object registered is not the same or the alias is not a registered alias");
110
124
return;
111
125
}
112
126
}
127
+
/**
128
+
* Unregister all aliasses for an IPBObject
129
+
* @param object The IPBObject to unregister al aliasses for
0 commit comments