Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Transactions.md #268

Merged
merged 2 commits into from
Jul 2, 2015
Merged

Update Transactions.md #268

merged 2 commits into from
Jul 2, 2015

Conversation

mathieudebrito
Copy link
Contributor

SaveModelListTransaction does not exists

SaveModelListTransaction does not exists
@@ -47,7 +47,7 @@ Instead of writing these lines of code, making a utility method for it, or havin

```java

TransactionManager.getInstance().addTransaction(new SaveModelListTransaction<>(ProcessModelInfo.withModels(models)));
TransactionManager.getInstance().addTransaction(new SaveModelTransaction<>(ProcessModelInfo.withModels(parkings)));
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#req change to models and Ill merge it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@agrosner you're right, here is the fix, thx !

agrosner added a commit that referenced this pull request Jul 2, 2015
@agrosner agrosner merged commit 05b8b45 into agrosner:master Jul 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants