Skip to content

Commit

Permalink
G2-1550 PathDataSource.toString()
Browse files Browse the repository at this point in the history
  • Loading branch information
gdgib committed Mar 21, 2024
1 parent ef37cfd commit 50ea6f1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
import com.g2forge.alexandria.java.type.ref.ITypeRef;

import lombok.Getter;
import lombok.ToString;

@Getter
@ToString
public class PathDataSource implements IDataSource {
protected final Path path;

Expand Down

0 comments on commit 50ea6f1

Please sign in to comment.