Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change API parameters and return types from primitives to appropriate class types #6

Open
phathaway opened this issue Jan 5, 2017 · 1 comment

Comments

@phathaway
Copy link
Contributor

Parameters and return types on the API may potentially be nullable.
Easiest to avoid any related problems if all API parameters and return types avoided primitives in their signatures.

Done for v1.0.9 but newer API extensions waver from this practice.

@phathaway
Copy link
Contributor Author

retrieveDataCollectionInfosForSubsample(long id);
boolean isConnected();
void insertContainerError( ... int severity ...) throws SQLException;
void updateContainerLSPosition(String barcode, int position) throws SQLException

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

No branches or pull requests

2 participants