]> source.dussan.org Git - jgit.git/commit
Use only a single instance for NLS translation bundles 64/1664/1
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 9 Sep 2010 22:11:53 +0000 (00:11 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 26 Sep 2010 07:46:35 +0000 (09:46 +0200)
commitbe9d096986fb6e71e4b2553280efd048a767b290
tree5e594967e58291f1ee6269fed1fc7d05951c1241
parent11f99fecfd4b839d258a77092e06daedd5660821
Use only a single instance for NLS translation  bundles

As findbugs pointed out, there was a small risk for creating multiple instances of
translation bundles. If that happens, drop the second instance.

Change-Id: I3aacda86251d511f6bbc2ed7481d561449ce3b6c
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.eclipse.jgit/src/org/eclipse/jgit/nls/NLS.java