Skip to content

Commit d3d8a29

Browse files
authored
feat: merge thai letters programmatically (#2343)
2 parents 3b485fc + 7fbe172 commit d3d8a29

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom-dependency-tree.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>

src/main/java/ai/elimu/entity/content/Word.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
@Slf4j
2626
public 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

0 commit comments

Comments
 (0)