Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@eile
Copy link
Contributor

@eile eile commented Jul 26, 2017

No description provided.

@eile eile force-pushed the master branch 2 times, most recently from 496ad9a to 392c106 Compare July 26, 2017 14:51
std::string("Non-fully qualified URI used for subscriber")));
}
if (uri.getScheme() == DEFAULT_SCHEMA &&
(uri.getHost().empty() || uri.getPort() == 0))
Copy link

Choose a reason for hiding this comment

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

this could read more smoothly with a helper function:

if (!isFullyQualified(uri))
{ throw }

Or replacing the whole block:
checkFullyQualified(uri);

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point - I'll do it in #219 to avoid merge conflicts

@eile eile merged commit 580ec27 into HBPVIS:master Jul 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants