Skip to content

Commit 81bfa5f

Browse files
author
Ognjen Ribicic
committed
cleanup
1 parent 6c51117 commit 81bfa5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

querydsl-core/src/main/java/com/querydsl/core/dml/ReactiveStoreClause.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import com.querydsl.core.types.Expression;
44
import com.querydsl.core.types.Path;
55

6-
import org.jetbrains.annotations.Nullable;;
6+
import org.jetbrains.annotations.Nullable;
77

88
/**
99
* Parent interface for {@link ReactiveInsertClause} and {@link ReactiveUpdateClause}

querydsl-core/src/main/java/com/querydsl/core/types/TemplateFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class TemplateFactory {
5858
+ "([slu%]?%?)"
5959
+ "\\}");
6060

61-
private final Map<String, Template> cache = Collections.synchronizedMap(new WeakHashMap<>());;
61+
private final Map<String, Template> cache = Collections.synchronizedMap(new WeakHashMap<>());
6262

6363
private final char escape;
6464

0 commit comments

Comments
 (0)