File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed
java/de/doubleslash/keeptime
test/java/de/doubleslash/keeptime/REST_API/controller Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 5252 <artifactId >mapstruct</artifactId >
5353 <version >1.5.5.Final</version >
5454 </dependency >
55+ <dependency >
56+ <groupId >javax.validation</groupId >
57+ <artifactId >validation-api</artifactId >
58+ <version >1.1.0.Final</version >
59+ </dependency >
5560 <dependency >
5661 <groupId >org.mapstruct</groupId >
5762 <artifactId >mapstruct-processor</artifactId >
Original file line number Diff line number Diff line change 1616
1717package de .doubleslash .keeptime ;
1818
19- import org .springframework .boot .autoconfigure .SpringBootApplication ;
20- import org .springframework .context .annotation .ComponentScan ;
21- import org .springframework .stereotype .Component ;
22-
2319import static javafx .application .Application .launch ;
2420
2521public class KeepTime {
Original file line number Diff line number Diff line change 390390 </RadioButton >
391391 <RadioButton fx : id =" radioApiOff" layoutX =" 219.0" layoutY =" 64.0" mnemonicParsing =" false" text =" OFF" toggleGroup =" $authAPI" />
392392 <PasswordField fx : id =" authPassword" layoutX =" 97.0" layoutY =" 215.0" prefHeight =" 26.0" prefWidth =" 298.0" />
393+ <Label layoutX =" 24.0" layoutY =" 261.0" prefHeight =" 18.0" prefWidth =" 286.0" text =" Warning this is a beta feature" textFill =" #bf5d24" >
394+ <font >
395+ <Font name =" System Bold" size =" 12.0" />
396+ </font >
397+ </Label >
398+ <Label layoutX =" 26.0" layoutY =" 279.0" text =" The change will not take effect until the next start " />
393399 </children ></AnchorPane >
394400 </content >
395401 <graphic >
Original file line number Diff line number Diff line change @@ -109,6 +109,4 @@ public void testWorkDTOToWork() {
109109 assertEquals (projectDTO .getId (), work .getProject ().getId ());
110110 assertEquals (notes , work .getNotes ());
111111 }
112-
113-
114112}
You can’t perform that action at this time.
0 commit comments