Skip to content

Commit 4fe2f04

Browse files
alex-odysseusoleg-odysseus
alex-odysseus
authored andcommitted
Minor formatting
1 parent af3f682 commit 4fe2f04

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/org/ohdsi/webapi/statistic/dto/AccessTrendDto.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
package org.ohdsi.webapi.statistic.dto;
22

3-
import java.time.LocalDate;
4-
53
public class AccessTrendDto {
64
private String endpointName;
7-
private String executionDate;
5+
private String executionDate;
86
private String userID;
97

108
public AccessTrendDto(String endpointName, String executionDate, String userID) {

0 commit comments

Comments
 (0)