Skip to content

Commit

Permalink
Fixed a couple of typos in the javadoc comments (sockeqwe#267)
Browse files Browse the repository at this point in the history
* Corrected typo in javadoc comment

* Corrected typo in javadoc comment
  • Loading branch information
BrianOdisho authored and sockeqwe committed Aug 7, 2017
1 parent 95f8fe2 commit d11af03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public abstract class MvpLceActivity<CV extends View, M, V extends MvpLceView<M>
}

/**
* Create the loading view. Default is {@code findViewById(R.id.errorView)}
* Create the error view. Default is {@code findViewById(R.id.errorView)}
* @return the error view
*/
@NonNull protected TextView createErrorView(){
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public abstract class MvpLceFragment<CV extends View, M, V extends MvpLceView<M>
}

/**
* Create the loading view. Default is {@code findViewById(R.id.errorView)}
* Create the error view. Default is {@code findViewById(R.id.errorView)}
*
* @param view The main view returned from {@link #onCreateView(LayoutInflater, ViewGroup, *
* Bundle)}
Expand Down

0 comments on commit d11af03

Please sign in to comment.