Returns the initialized entity map. @return entity map
()
| 467 | * @return entity map |
| 468 | */ |
| 469 | private static TokenObjectMap<byte[]> entities() { |
| 470 | if(entities == null) entities = Util.properties("entities.properties"); |
| 471 | return entities; |
| 472 | } |
| 473 | } |
no test coverage detected