diff --git a/core/java/android/app/LoaderManager.java b/core/java/android/app/LoaderManager.java index 998dae983ae62..a0d2aec9523ed 100644 --- a/core/java/android/app/LoaderManager.java +++ b/core/java/android/app/LoaderManager.java @@ -115,8 +115,7 @@ public class LoaderManager { } /** - * @param - * @return the Loader with the given id or null if no matching Loader + * Return the Loader with the given id or null if no matching Loader * is found. */ @SuppressWarnings("unchecked")