Skip to content

Commit 0e422b5

Browse files
author
Laurent Meyer
committed
Corrected mistakes on links
1 parent 354bb23 commit 0e422b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/src/main/java/com/alamkanak/weekview/WeekView.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ public interface MonthChangeListener {
14771477

14781478
public interface EventLongPressListener {
14791479
/**
1480-
* Similar to #EventClickListener but with a long press.
1480+
* Similar to {@link com.alamkanak.weekview.WeekView.EventClickListener} but with a long press.
14811481
* @param event: event clicked.
14821482
* @param eventRect: view containing the clicked event.
14831483
*/
@@ -1487,15 +1487,15 @@ public interface EventLongPressListener {
14871487
public interface EmptyViewClickListener {
14881488
/**
14891489
* Triggered when the users clicks on a empty space of the calendar.
1490-
* @param time: #Calendar object set with the date and time of the clicked position on the view.
1490+
* @param time: {@link Calendar} object set with the date and time of the clicked position on the view.
14911491
*/
14921492
public void onEmptyViewClicked(Calendar time);
14931493
}
14941494

14951495
public interface EmptyViewLongPressListener {
14961496
/**
1497-
* Similar to EmptyViewClickListener but with long press.
1498-
* @param time: #Calendar object set with the date and time of the long pressed position on the view.
1497+
* Similar to {@link com.alamkanak.weekview.WeekView.EmptyViewClickListener} but with long press.
1498+
* @param time: {@link Calendar} object set with the date and time of the long pressed position on the view.
14991499
*/
15001500
public void onEmptyViewLongPress(Calendar time);
15011501
}

0 commit comments

Comments
 (0)