Skip to content

Commit c5f6b81

Browse files
make protected
1 parent d3aa751 commit c5f6b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

active-record/src/main/java/com/iluwatar/activerecord/base/RecordBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public void save() {
154154
}
155155
}
156156

157-
String constructInsertionQuery() {
157+
protected String constructInsertionQuery() {
158158
List<Object> arguments = new ArrayList<>();
159159
try {
160160
InsertionQuery insert = Query.insertInto(getClass().getSimpleName());

0 commit comments

Comments
 (0)