Skip to content

Commit

Permalink
0002330 - test compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hicks, Josh committed Jan 4, 2016
1 parent 4e0e347 commit d74c121
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -112,6 +112,12 @@ public IOutgoingWithResponseTransport getFilePushTransport(Node remote, Node loc
return outgoingTransport;
}

@Override
public IOutgoingWithResponseTransport getPushTransport(Node remote, Node local, String securityToken,
Map<String, String> requestProperties, String registrationUrl) throws IOException {
return outgoingTransport;
}



}

0 comments on commit d74c121

Please sign in to comment.