Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
make Java 1.5 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
tverbele committed Apr 11, 2018
1 parent f03ca55 commit 8116d80
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ public class Activator implements BundleActivator {

private ServiceRegistration<?> reg;
private ServiceTracker<?,?> tracker;
private Map<ServiceReference<?>, String[]> tagMap = new HashMap<>();
private Map<ServiceReference<?>, String[]> tagMap = new HashMap<ServiceReference<?>, String[]>();

private Dictionary<String, Object> properties = new Hashtable<String, Object>();

Expand Down

0 comments on commit 8116d80

Please sign in to comment.