Skip to content

Commit

Permalink
FURNACE-96: Deprecating CachedServiceRegistry
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Dec 2, 2015
1 parent 6a0325a commit cb5b0af
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
* This implementation caches only {@link ExportedInstance} lookups, as this is mostly used.
*
* @author <a href="mailto:ggastald@redhat.com">George Gastaldi</a>
* @deprecated this implementation is broken and should not be used for now
*/
@SuppressWarnings("unchecked")
@Deprecated
public class CachedServiceRegistry implements ServiceRegistry
{
private final ServiceRegistry delegate;
Expand Down

0 comments on commit cb5b0af

Please sign in to comment.