Change 'return ;' to 'return;'; remove space.
Bruce Momjian <bruce@momjian.us>
Change 'return ;' to 'return;'; remove space.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/example/corba/StockClient.java | modified | +4 −4 |
| src/interfaces/jdbc/example/corba/StockDispenserImpl.java | modified | +3 −3 |
| src/interfaces/jdbc/example/corba/StockServer.java | modified | +3 −3 |
| src/interfaces/jdbc/example/psql.java | modified | +1 −1 |
| src/interfaces/jdbc/example/Unicode.java | modified | +1 −1 |
| src/interfaces/jdbc/org/postgresql/Connection.java | modified | +4 −4 |
| src/interfaces/jdbc/org/postgresql/core/BytePoolDim1.java | modified | +1 −1 |
| src/interfaces/jdbc/org/postgresql/core/BytePoolDim2.java | modified | +1 −1 |
| src/interfaces/jdbc/org/postgresql/core/SimpleObjectPool.java | modified | +1 −1 |
| src/interfaces/jdbc/org/postgresql/jdbc1/PreparedStatement.java | modified | +2 −2 |
| src/interfaces/jdbc/org/postgresql/jdbc2/PreparedStatement.java | modified | +2 −2 |
| src/interfaces/jdbc/org/postgresql/util/Serialize.java | modified | +1 −1 |
| src/interfaces/jdbc/org/postgresql/xa/ClientConnection.java | modified | +2 −2 |
| src/interfaces/jdbc/org/postgresql/xa/XAConnectionImpl.java | modified | +8 −8 |