Explorar el Código

removed data field since it was unsed and spotbug didn't like it

Joshua Cold hace 6 años
padre
commit
b2c2e89dbe

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

@@ -33,7 +33,6 @@ public class SmsPostResponseBody
     {
         final String[] strings = message.split( "&" );
         this.messageContent = strings[strings.length - 1];
-        this.date = Instant.now();
     }
 
     public SmsPostResponseBody( final String message )