File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/ai/elimu/entity/content Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- ai.elimu:webapp:war:2.6.138 -SNAPSHOT
2- +- ai.elimu:model:jar:model-2.0.123 :compile
1+ ai.elimu:webapp:war:2.6.139 -SNAPSHOT
2+ +- ai.elimu:model:jar:model-2.0.124 :compile
33| \- com.google.code.gson:gson:jar:2.13.1:compile
44| \- com.google.errorprone:error_prone_annotations:jar:2.38.0:compile
55+- org.springframework:spring-context:jar:6.0.11:compile
Original file line number Diff line number Diff line change 99 <properties >
1010 <java .version>17</java .version>
1111 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12- <model .version>2.0.123 </model .version>
12+ <model .version>2.0.124 </model .version>
1313 <hibernate .version>6.1.7.Final</hibernate .version>
1414 <jetty .version>11.0.24</jetty .version>
1515 <spring .version>6.0.11</spring .version>
Original file line number Diff line number Diff line change 2525@ Slf4j
2626public class Word extends Content {
2727
28- @ Deprecated // TODO: replace with list of letterSounds
28+ @ Deprecated // TODO: will be replaced by `toString()`
2929 @ NotNull
3030 private String text ;
3131
You can’t perform that action at this time.
0 commit comments