Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INLONG-5161][SDK] Remove the redundant annotation for the author #5162

Merged
merged 1 commit into from
Jul 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@

package org.apache.inlong.sdk.dataproxy;

/**
* Created by jesseyzhou on 2018/6/5.
healchow marked this conversation as resolved.
Show resolved Hide resolved
*/

public abstract class FileCallback implements SendMessageCallback {
/* Invoked when a message is confirmed by TDBus. */
public void onMessageAck(String result) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
import java.security.interfaces.RSAPublicKey;
import java.util.concurrent.atomic.AtomicLong;

/**
* Created by lamberliu on 2016/5/13.
*/
public class EncryptConfigEntry implements java.io.Serializable {

private static final Logger logger = LoggerFactory.getLogger(EncryptConfigEntry.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@

package org.apache.inlong.sdk.dataproxy.network;

/**
* Created by jesseyzhou on 2018/6/22.
*/
public class ProxysdkException extends Exception {

public ProxysdkException() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicLong;

/**
* Created by jesseyzhou on 2017/11/2.
*/
public class TimeScanObject {

private AtomicInteger count = new AtomicInteger(0);
Expand Down