Skip to content

Commit

Permalink
Merge pull request #64 from PalladioSimulator/name_stability
Browse files Browse the repository at this point in the history
Stabilize REST name HTTP method order
  • Loading branch information
dr6817 authored Feb 26, 2024
2 parents 7ca4329 + 7e6b869 commit 6b54f1f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ public String toString() {
} else {
List<String> httpMethodNames = this.httpMethods.stream()
.map(HTTPMethod::toString)
.sorted()
.collect(Collectors.toList());
methodString += String.join(",", httpMethodNames);
}
Expand Down

0 comments on commit 6b54f1f

Please sign in to comment.