~ubuntu-branches/ubuntu/natty/icedtea-web/natty-proposed

« back to all changes in this revision

Viewing changes to netx/javax/jnlp/ServiceManager.java

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-11-24 13:23:28 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101124132328-2xb9z39vxga63vr9
Tags: 1.0~20101124-0ubuntu1
* Update to hg 20101124.
* Fix xulrunner dependencies for natty.
* Build-depend on pkg-config and libgtk2.0-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
  private static ServiceManagerStub stub = null;
12
12
 
13
 
  private static Map lookupTable = new HashMap(); // ensure lookup is idempotent
 
13
  private static Map<String,Object> lookupTable
 
14
    = new HashMap<String,Object>(); // ensure lookup is idempotent
14
15
 
15
16
  private ServiceManager() {
16
17
    // says it can't be instantiated