Closed bwaidelich closed 4 years ago
setNodeAggregateIdentifier() was misleading because it doesn't mutate the instance. Renamed the method to withNodeAggregateIdentifier() and adjusted the single usage correspondingly.
setNodeAggregateIdentifier()
withNodeAggregateIdentifier()
setNodeAggregateIdentifier()
was misleading because it doesn't mutate the instance. Renamed the method towithNodeAggregateIdentifier()
and adjusted the single usage correspondingly.