Skip to content

Commit 3cec475

Browse files
committed
Improve ResolutionRequest.toString()
1 parent 515d278 commit 3cec475

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

xmvn-api/src/main/java/org/fedoraproject/xmvn/resolver/ResolutionRequest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ else if ( !artifact.equals( other.artifact ) )
147147
@Override
148148
public String toString()
149149
{
150-
return ResolutionRequest.class + "{artifact=" + artifact + ",isProviderNeeded=" + isProviderNeeded + "}";
150+
return ResolutionRequest.class + "{artifact=" + artifact + ",isProviderNeeded=" + isProviderNeeded
151+
+ ",isPersistentFileNeeded=" + isPersistentFileNeeded + "}";
151152
}
152153
}

0 commit comments

Comments
 (0)