Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hui.zhao authored and hui.zhao committed Mar 25, 2020
1 parent 7cdba06 commit 220369d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

import java.io.Serializable;

import cn.hikyson.godeye.core.internal.notification.NotificationConfig;
import cn.hikyson.godeye.core.GodEyeConfig;

@Keep
public class SmConfig implements Serializable {
/**
* @deprecated use {@link cn.hikyson.godeye.core.GodEye#installNotification(NotificationConfig)}
* @deprecated use {@link cn.hikyson.godeye.core.GodEye#install(GodEyeConfig, boolean)}
*/
@Deprecated
public boolean debugNotification;
Expand Down Expand Up @@ -40,7 +40,7 @@ public SmConfig(SmConfig smConfig) {
}

/**
* @deprecated use {@link cn.hikyson.godeye.core.GodEye#installNotification(NotificationConfig)}
* @deprecated use {@link cn.hikyson.godeye.core.GodEye#install(GodEyeConfig, boolean)}
*/
@Deprecated
public boolean debugNotification() {
Expand Down

0 comments on commit 220369d

Please sign in to comment.