Skip to content

Commit

Permalink
Address PR comments regarding line breaks and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Hartog committed Aug 9, 2017
1 parent bff7998 commit 24970f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions storm/src/main/storm/mesos/util/PrettyProtobuf.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public static String taskInfoListToString(List<TaskInfo> tasks) {
* have inconsistent output since the _offers map is touched from both
* mesos-driven events and storm-driven calls.
* <p/>
* TODO:(erikdw): figure out a design better that removes the need
* TODO:(erikdw): figure out a better design that removes the need
* for external callers to lock before calling this method.
*/
public static String offerMapToString(Map<OfferID, Offer> offers) {
Expand All @@ -152,8 +152,6 @@ public static String offerMapKeySetToString(Map<OfferID, Offer> offers) {
return String.format("[%s]", StringUtils.join(offerIdList, ", "));
}



/**
* Wrapper around offerToString which allows using gauva's transform utility.
*/
Expand Down

0 comments on commit 24970f1

Please sign in to comment.