Skip to content

Commit d80601b

Browse files
Update api/src/org/labkey/api/data/DbScope.java
Co-authored-by: Adam Rauch <[email protected]>
1 parent b5107ce commit d80601b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/org/labkey/api/data/DbScope.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
* The DbScope.Transaction class implements AutoCloseable, so it will be cleaned up automatically via try-with-resources.
127127
* <p>
128128
* 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:
129+
* back. There should be no further database work prior to exiting the try block after the commit. Example:
130130
* <pre>{@code
131131
* DbScope scope = dbSchemaInstance.getScope();
132132
* try (DbScope.Transaction transaction = scope.ensureTransaction())

0 commit comments

Comments
 (0)