Menu

#23 PushRegistryDelegate should extend Implementation

open
nobody
None
5
2008-02-22
2007-11-07
littleram
No

The following call inside PushRegistry class fails:

impl = (PushRegistryDelegate)ImplFactory.getImplementation(PushRegistry.class, PushRegistryDelegate.class);

This is because PushRegistryDelegate is not a subclass of Implementation. This fix is to make it so.

Discussion

  • littleram

    littleram - 2007-11-07
    • summary: PushRegistryDelegate should extends Implementation --> PushRegistryDelegate should extend Implementation
     
  • Bartek Teodorczyk

    • milestone: 769195 -->
     

Log in to post a comment.