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
Copy file name to clipboardExpand all lines: spring-data-eclipse-store/src/main/java/software/xdev/spring/data/eclipse/store/repository/support/copier/object/EclipseSerializerRegisteringCopier.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -105,8 +105,8 @@ private void lazyInit()
105
105
* A storer is created. Then a loader. By then calling {@link PersistenceStorer#store(Object)} the source-object is
106
106
* serialized in memory. Then the created objects are put in a Map which holds the EclipseStore-ObjectId and all
107
107
* the
108
-
* serialized objects. By calling {@link PersistenceLoader#get()} the serilized objects are deserialized. Then we
109
-
* iterate over the deserlized objects and pair them with the corresponding source-objects through the
108
+
* serialized objects. By calling {@link PersistenceLoader#get()} the serialized objects are deserialized. Then we
109
+
* iterate over the deserialized objects and pair them with the corresponding source-objects through the
110
110
* EclipseStore-ObjectId.
111
111
* </p>
112
112
*/
@@ -182,7 +182,7 @@ public void incrementCopiedObjectsCount()
Copy file name to clipboardExpand all lines: spring-data-eclipse-store/src/test/java/software/xdev/spring/data/eclipse/store/integration/isolated/tests/special/types/TypesData.java
0 commit comments