2829303132333435363738
} public JGUidFactory() { try { generator = new GUIDGenerator(); } catch (GUIDException e) { throw new RuntimeException(e); } }