src/main/java/com/amazonaws/schemamanager/reports/SchemaManagerReporterImpl.java [12:28]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	private ReporterConfig config;
	
	@Override
	public void init(ReporterConfig config) {
		this.config = config;
	}
	
	

	@Override
	public void reportPRValidationResults() {
		// TODO Auto-generated method stub
		
	}

	@Override
	public void reportSchemaRegistryStatus(CheckChangesResponse response) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/amazonaws/schemamanager/reports/SchemaManagerReporterS3.java [29:45]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	private ReporterConfig config;
	
	@Override
	public void init(ReporterConfig config) {
		this.config = config;
	}
	
	

	@Override
	public void reportPRValidationResults() {
		// TODO Auto-generated method stub
		
	}

	@Override
	public void reportSchemaRegistryStatus(CheckChangesResponse response) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



