Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -4,7 +4,7 @@ public class RemoteRecord { | ... | @@ -4,7 +4,7 @@ public class RemoteRecord { |
4 | private String deviceName; | 4 | private String deviceName; |
5 | private String created; | 5 | private String created; |
6 | 6 | ||
7 | - public RemoteRecord(String deviceName, String created) { | 7 | + public RemoteRecord(String deviceName, String created){ |
8 | this.deviceName = deviceName; | 8 | this.deviceName = deviceName; |
9 | this.created = created; | 9 | this.created = created; |
10 | } | 10 | } | ... | ... |
-
Please register or login to post a comment