Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[milo-dev] NameSpaceManager class

Hi Kevin,
Can you please distinguish between  below variables in the NamespaceManager class.

  •  private final NamespaceTable namespaceTable = new NamespaceTable();
  •     private final Map<UShort, Namespace> namespaces = Maps.newConcurrentMap()

Can't we have only namespaces map to do the job? 

Thanks,
Isuru

Back to the top