@@ -211,11 +211,12 @@ } - (void)setDataStorage: (id )dataStorage_ { if (rosterRequested) - @throw [OFInvalidArgumentException exceptionWithClass: isa]; + @throw [OFInvalidArgumentException + exceptionWithClass: [self class]]; dataStorage = dataStorage_; } - (id )dataStorage