stream-registry
stream-registry copied to clipboard
Remove StreamValidator.getValidationAssertion method
Desired Behavior
Remove the following method
String getValidationAssertion();
https://github.com/homeaway/stream-registry/blob/6d3a237067261e20b9ca6a6261e0d31d98a418ca/core/src/main/java/com/homeaway/streamplatform/streamregistry/extensions/validation/StreamValidator.java#L38-L46
Benefits
- Removes unnecessary method.
related #117