Skip to content

Commit b2c2e89

Browse files
author
Joshua Cold
committed
removed data field since it was unsed and spotbug didn't like it
1 parent e5259f3 commit b2c2e89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rest-test-service/src/main/java/password/pwm/resttest/SmsPostResponseBody.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public SmsPostResponseBody( final String message, final Instant date )
3333
{
3434
final String[] strings = message.split( "&" );
3535
this.messageContent = strings[strings.length - 1];
36-
this.date = Instant.now();
3736
}
3837

3938
public SmsPostResponseBody( final String message )

0 commit comments

Comments
 (0)