Skip to content

Commit

Permalink
[INLONG-5161][SDK] Remove the redundant annotation for the author (ap…
Browse files Browse the repository at this point in the history
  • Loading branch information
dockerzhang authored and bruceneenhl committed Aug 12, 2022
1 parent c57443d commit d9a85b1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
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.
*/

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

0 comments on commit d9a85b1

Please sign in to comment.