فهرست منبع

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

Joshua Cold 6 سال پیش
والد
کامیت
b2c2e89dbe
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      rest-test-service/src/main/java/password/pwm/resttest/SmsPostResponseBody.java

+ 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 )