//
ModifierHelper.logger.info( "Processing: " + fileGroupIdentifier );
//
List<String> propertyKeyList = new ArrayList<String>( fileGroupToPropertiesAdapter.determinePropertyKeySet() );
Collections.sort( propertyKeyList );
for ( String propertyKey : propertyKeyList )
{
//
TableRow tableRow = new TableRow();