Skip to content

Commit e6633b0

Browse files
committed
Fix
1 parent ff01cad commit e6633b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

asql-examples/src/main/java/me/zort/sqllib/QuickStart.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ interface UsersGate {
106106
}
107107

108108
public void gateExample() {
109-
UsersGate gate = connection.createGate(UsersGate.class);
109+
UsersGate gate = connection.createProxy(UsersGate.class);
110110

111111
QueryResult result = gate.saveUser(new User("John", "Doe"));
112112

0 commit comments

Comments
 (0)