/*
******************************************************************************
- * Copyright (C) 2005-2010, International Business Machines Corporation and *
+ * Copyright (C) 2005-2011, International Business Machines Corporation and *
* others. All Rights Reserved. *
******************************************************************************
*/
if (DEBUG) System.err.println(e);
}
}
+ br.close();
}
} catch (Throwable t) {
if (DEBUG) System.err.println(t);
/*
******************************************************************************
- * Copyright (C) 2007-2009, International Business Machines Corporation and *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and *
* others. All Rights Reserved. *
******************************************************************************
*/
}
localeNames.add(string);
}
+ br.close();
} catch (IOException e) {
throw new IllegalStateException("IO Error reading " + PATH
+ "index.txt: " + e.toString());