We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff01cad commit e6633b0Copy full SHA for e6633b0
1 file changed
asql-examples/src/main/java/me/zort/sqllib/QuickStart.java
@@ -106,7 +106,7 @@ interface UsersGate {
106
}
107
108
public void gateExample() {
109
- UsersGate gate = connection.createGate(UsersGate.class);
+ UsersGate gate = connection.createProxy(UsersGate.class);
110
111
QueryResult result = gate.saveUser(new User("John", "Doe"));
112
0 commit comments