Skip to content

Commit 2ea6a01

Browse files
committed
[Gradle Release Plugin] - pre tag commit: 'CommunityCommons-10.2.0'.
1 parent 8e3b0ee commit 2ea6a01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=10.2.0-SNAPSHOT
1+
version=10.2.0

src/CommunityCommons/javasource/communitycommons/actions/commitInSeparateDatabaseTransaction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
import com.mendix.systemwideinterfaces.core.IMendixObject;
1717

1818
/**
19-
* This function commits an object in a seperate context and transaction, making sure it gets persisted in the database (regarding which exception happens after invocation).
20-
*
19+
* This function commits an object in a seperate context and transaction, making sure it gets persisted in the database (regarding which exception happens after invocation).
20+
*
2121
* Please note that this action is prone to deadlock. For example if you commit an object in one transaction and then use this action to commit the same object in a separate transaction. We do not recommend the use of this action.
2222
*/
2323
public class commitInSeparateDatabaseTransaction extends CustomJavaAction<java.lang.Boolean>

0 commit comments

Comments
 (0)