Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

add a non args constructor + extra checks for serverURL #11

Merged
merged 3 commits into from
Jul 23, 2013

Conversation

sebastienblanc
Copy link
Member

No description provided.

if (!rootServerURL.endsWith("/")) {
rootServerURL = rootServerURL.concat("/");
}
this.serverURL = rootServerURL;
}

protected StringBuilder buildUrl(String type, String pushApplicationID) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd add some Javadoc, not sure what type really means

@cvasilak
Copy link
Contributor

👍

@sebastienblanc sebastienblanc merged commit 515d489 into master Jul 23, 2013
@sebastienblanc
Copy link
Member Author

landed in 515d489

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants