You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is Issue 209 moved from a Google Code project.
Added by 2011-01-09T11:29:17.000Z by greenlaw...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).
Original labels: Type-Defect, Priority-Low, Milestone-Release0.99
Original description
<b>What version are you using? (Morphia/Driver/MongoDB)</b>
Morphia: v0.99
MongoDB: v2.3
<b>Please include a stack trace below:</b>
N/A
Code Analysis:
- Module: DatastoreImpl.java
- Version: TRUNK
- Function: getWriteConcern
- Line: 1104
- Error code: entityAnn.concern() != ""
- Should be: !"".equals(entityAnn.concern())
The text was updated successfully, but these errors were encountered:
This is Issue 209 moved from a Google Code project.
Added by 2011-01-09T11:29:17.000Z by greenlaw...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).
Original labels: Type-Defect, Priority-Low, Milestone-Release0.99
Original description
The text was updated successfully, but these errors were encountered: