Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
PingDestination immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed May 13, 2015
1 parent 6a21e7b commit f23593f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
*/
public class PingDestination {

String resourceId;
String url;
final String resourceId;
final String url;

public PingDestination(String resourceId, String url) {
this.resourceId = resourceId;
Expand Down

0 comments on commit f23593f

Please sign in to comment.