We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5107ce commit d80601bCopy full SHA for d80601b
1 file changed
api/src/org/labkey/api/data/DbScope.java
@@ -126,7 +126,7 @@
126
* The DbScope.Transaction class implements AutoCloseable, so it will be cleaned up automatically via try-with-resources.
127
* <p>
128
* All return pathways inside the transaction must commit, or the transaction will be considered abandoned to be rolled
129
- * back. There should be no further database work prior to existing the try block after the commit. Example:
+ * back. There should be no further database work prior to exiting the try block after the commit. Example:
130
* <pre>{@code
131
* DbScope scope = dbSchemaInstance.getScope();
132
* try (DbScope.Transaction transaction = scope.ensureTransaction())
0 commit comments