Skip to content

Commit

Permalink
Update inlong-agent/agent-plugins/src/main/java/org/apache/inlong/age…
Browse files Browse the repository at this point in the history
…nt/plugin/sources/SQLSource.java

Co-authored-by: AloysZhang <[email protected]>
  • Loading branch information
justinwwhuang and aloyszhang authored Dec 30, 2024
1 parent c9384c4 commit d85d7fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class SQLSource extends AbstractSource {
@Data
@AllArgsConstructor
@NoArgsConstructor
protected class FileOffset {
protected static class FileOffset {

private Long lineOffset;
private Long byteOffset;
Expand Down

0 comments on commit d85d7fe

Please sign in to comment.