472473474475476477478479480481
public synchronized NormLib getNormLib() { if (normLib == null) { normLib = new NormLib(); } return normLib; }