From ba99940784734f4d30fbf16833810b76e372f824 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Sat, 21 Jul 2012 01:56:30 +0700 Subject: [PATCH] Fixed 'deprecated as of' comments. --- src/taoensso/nippy.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/taoensso/nippy.clj b/src/taoensso/nippy.clj index 4bbff16..a14e473 100644 --- a/src/taoensso/nippy.clj +++ b/src/taoensso/nippy.clj @@ -46,9 +46,9 @@ (def ^:const id-ratio (int 70)) -;;; DEPRECATED -(def ^:const id-old-reader (int 1)) ; as of 0.9.1, for +64k support -(def ^:const id-old-string (int 11)) ; as of 0.9.1, for +64k support +;;; DEPRECATED (old types will be supported only for thawing) +(def ^:const id-old-reader (int 1)) ; as of 0.9.2, for +64k support +(def ^:const id-old-string (int 11)) ; as of 0.9.2, for +64k support (def ^:const id-old-map (int 22)) ; as of 0.9.0, for more efficient thaw ;;;; Shared low-level stream stuff