472473474475476477478479480481482
} private static int shrink(Mapping mapping, boolean force) { try { PCLCollection pcl = ((MappingImpl)mapping).getPCLCollection(); if(pcl!=null)return pcl.shrink(force); } catch (Throwable t) { t.printStackTrace(); } return 0;