Fix build.

Change-Id: Idaddd9a8e972c0a7b3b430bc636b617642b32fe4
diff --git a/v4/java/android/support/v4/widget/SearchViewCompat.java b/v4/java/android/support/v4/widget/SearchViewCompat.java
index b52c7f6..c51ecf2 100644
--- a/v4/java/android/support/v4/widget/SearchViewCompat.java
+++ b/v4/java/android/support/v4/widget/SearchViewCompat.java
@@ -282,7 +282,7 @@
      * and controlling other affordances such as a voice button.
      *
      * @param searchView The SearchView to operate on.
-     * @param searchableComponent.  The application component whose
+     * @param searchableComponent The application component whose
      * {@link android.app.SearchableInfo} should be loaded and applied to
      * the SearchView.
      */
@@ -435,7 +435,7 @@
     /**
      * Iconifies or expands the SearchView. Any query text is cleared when iconified. This is
      * a temporary state and does not override the default iconified state set by
-     * {@link #setIconifiedByDefault(boolean)}. If the default state is iconified, then
+     * setIconifiedByDefault(boolean). If the default state is iconified, then
      * a false here will only be valid until the user closes the field. And if the default
      * state is expanded, then a true here will only clear the text field and not close it.
      *
@@ -486,7 +486,7 @@
      * or if it should depend on the flags set in the individual items retrieved from the
      * suggestions provider. Clicking on the query refinement button will replace the text
      * in the query text field with the text from the suggestion. This flag only takes effect
-     * if a SearchableInfo has been specified with {@link #setSearchableInfo(SearchableInfo)}
+     * if a SearchableInfo has been specified with {@link #setSearchableInfo(View, ComponentName)}
      * and not when using a custom adapter.
      *
      * @param searchView The SearchView to operate on.