Skip to content

Commit fe86641

Browse files
author
alex-odysseus
committed
Minor formatting
1 parent 88893ce commit fe86641

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)