Javadocs.

This commit is contained in:
Adam Murdoch
2012-10-07 07:00:27 +10:00
parent e334585da0
commit d70a620089
5 changed files with 8 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ public class Native {
/**
* Locates a native integration of the given type.
*
* @return The native integration.
* @return The native integration. Never returns null.
* @throws NativeIntegrationUnavailableException When the given native integration is not available on the current
* machine.
* @throws NativeException On failure to load the native integration.