lib/perobs/ObjectBase.rb in perobs-3.0.1 vs lib/perobs/ObjectBase.rb in perobs-3.0.2
- old
+ new
@@ -205,10 +205,10 @@
obj
end
# Restore the object state from the storage back-end.
- # @param level [Fixnum] the transaction nesting level
+ # @param level [Integer] the transaction nesting level
def _restore(level)
# Find the most recently stored state of this object. This could be on
# any previous stash level or in the regular object DB. If the object
# was created during the transaction, there is not previous state to
# restore to.