private ContributionsFieldSubset serverSupported;
private ContributionsFieldSubset clientSide;
public Contributions(Properties props, Connection connection) throws Exception {
this.connection = connection;
serverSupported = new ContributionServerSupportedFieldsImpl();
clientSide = new ContributionClientSideFieldsImpl();
readProperties(props);
}