File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/java/org/ohdsi/webapi/trexsql Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12531253 <dependency >
12541254 <groupId >com.github.p-hoffmann</groupId >
12551255 <artifactId >trexsql-ext</artifactId >
1256- <version >0 .1.2</version >
1256+ <version >v0 .1.2</version >
12571257 </dependency >
12581258 </dependencies >
12591259
Original file line number Diff line number Diff line change 11package org .ohdsi .webapi .trexsql ;
22
3- import com .trex .TrexServlet ;
3+ import org .trex .TrexServlet ;
44import jakarta .servlet .http .HttpServlet ;
55import org .ohdsi .webapi .source .SourceRepository ;
66import org .springframework .boot .autoconfigure .condition .ConditionalOnProperty ;
Original file line number Diff line number Diff line change 11package org .ohdsi .webapi .trexsql ;
22
3- import com .trex .Trexsql ;
3+ import org .trex .Trexsql ;
44import jakarta .annotation .PreDestroy ;
55import org .slf4j .Logger ;
66import org .slf4j .LoggerFactory ;
Original file line number Diff line number Diff line change 11package org .ohdsi .webapi .trexsql ;
22
3- import com .trex .Trexsql ;
3+ import org .trex .Trexsql ;
44import org .slf4j .Logger ;
55import org .slf4j .LoggerFactory ;
66import org .springframework .boot .autoconfigure .condition .ConditionalOnProperty ;
You can’t perform that action at this time.
0 commit comments