[Joafip-svn] SF.net SVN: joafip:[2945] trunk/joafip/src/main/java/net/sf/joafip/store/ service/obj
Brought to you by:
luc_peuvrier
|
From: <luc...@us...> - 2011-10-28 03:15:42
|
Revision: 2945
http://joafip.svn.sourceforge.net/joafip/?rev=2945&view=rev
Author: luc_peuvrier
Date: 2011-10-28 03:15:36 +0000 (Fri, 28 Oct 2011)
Log Message:
-----------
fixme changed
Modified Paths:
--------------
trunk/joafip/src/main/java/net/sf/joafip/store/service/objectio/serialize/output/AbstractObjectOutput.java
Modified: trunk/joafip/src/main/java/net/sf/joafip/store/service/objectio/serialize/output/AbstractObjectOutput.java
===================================================================
--- trunk/joafip/src/main/java/net/sf/joafip/store/service/objectio/serialize/output/AbstractObjectOutput.java 2011-10-28 03:14:59 UTC (rev 2944)
+++ trunk/joafip/src/main/java/net/sf/joafip/store/service/objectio/serialize/output/AbstractObjectOutput.java 2011-10-28 03:15:36 UTC (rev 2945)
@@ -443,7 +443,7 @@
final List<ReferenceChange> referenceChangeList)
throws ObjectIOException {
final boolean stateChanged;
- // FIXMELUC ________________________only for exclusive das
+ // FIXMELUC ___________only for exclusive das
if (originalReferenced.referenceLost()) {
stateChanged = true;
} else {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|