Skip to content

Commit

Permalink
Merge pull request #365 from gdgib/G2-1550-PathDataSourceToString
Browse files Browse the repository at this point in the history
G2-1550 PathDataSource.toString()
  • Loading branch information
gdgib authored Mar 22, 2024
2 parents ef37cfd + 50ea6f1 commit fd5ae77
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 fd5ae77

Please sign in to comment.