Skip to content

Commit

Permalink
Namespace filter for service discover - fix checkstyle (issue spring-…
Browse files Browse the repository at this point in the history
  • Loading branch information
mbialkowski1 committed Oct 18, 2022
1 parent 669ab2e commit a80d874
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -187,10 +187,8 @@ public void getEndPointsListShouldHandleNamespaces() {

Endpoints endPoint1 = new EndpointsBuilder().withNewMetadata()
.withName("endpoint").withNamespace(namespace1).endMetadata().build();

Endpoints endPoint2 = new EndpointsBuilder().withNewMetadata()
.withName("endpoint").withNamespace(namespace2).endMetadata().build();

Endpoints endPoint3 = new EndpointsBuilder().withNewMetadata()
.withName("endpoint").withNamespace(namespace3).endMetadata().build();

Expand Down

0 comments on commit a80d874

Please sign in to comment.