Skip to content

Instantly share code, notes, and snippets.

@egealpay
Created February 27, 2019 10:27
Show Gist options
  • Save egealpay/a7923a8ca46ae9562694faf3a1b1b623 to your computer and use it in GitHub Desktop.
Save egealpay/a7923a8ca46ae9562694faf3a1b1b623 to your computer and use it in GitHub Desktop.
public class ReporterConfig {
private String m_className;
private List<Property> m_properties = new ArrayList<Property>();
public void addProperty(Property property){
m_properties.add(property);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment