Skip to content

Commit

Permalink
Fixing @link for deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
ipavl committed Aug 22, 2014
1 parent f3fea11 commit a024ad3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ public void setSecondaryOnOpenListener(OnOpenListener listener) {
* Sets the OnOpenListener for the secondary menu. {@link OnOpenListener#onOpen() OnOpenListener.onOpen()} will be called when the secondary SlidingMenu is opened
*
* @param listener the new OnOpenListener
* @deprecated Use {@link #setSecondaryOnOpenListener} instead.
* @deprecated Use {@link #setSecondaryOnOpenListener()} instead.
*/
@Deprecated
public void setSecondaryOnOpenListner(OnOpenListener listener) {
Expand Down

0 comments on commit a024ad3

Please sign in to comment.