Skip to content

Commit 0a50eee

Browse files
author
Yaniv Inbar
committed
1 parent 60e0f41 commit 0a50eee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google-api-client/src/main/java/com/google/api/client/googleapis/subscriptions/NotificationCallback.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import java.io.Serializable;
1818

1919
/**
20-
* Callback which is used to receive @{link UnparsedNotification}s after subscribing to a topic.
20+
* Callback which is used to receive {@link UnparsedNotification}s after subscribing to a topic.
2121
*
2222
* <p>
2323
* Must not be implemented in form of an anonymous class as this will break serialization.

google-api-client/src/main/java/com/google/api/client/googleapis/subscriptions/TypedNotificationCallback.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import java.nio.charset.Charset;
2222

2323
/**
24-
* Callback which is used to receive typed @{link Notification}s after subscribing to a topic.
24+
* Callback which is used to receive typed {@link Notification}s after subscribing to a topic.
2525
*
2626
* <p>
2727
* Must not be implemented in form of an anonymous class as this will break serialization.

0 commit comments

Comments
 (0)