Skip to content

Commit

Permalink
rename slot to modification state
Browse files Browse the repository at this point in the history
  • Loading branch information
nixeagle committed Jan 21, 2010
1 parent ea5772f commit 69db4e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ldap.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
(:documentation "Base of all ldap messages."))

(defclass modification-state ()
((modified-p :type boolean
:reader modified-p
:initform nil))
((modification-state :type boolean
:reader modification-state
:initform nil))
(:documentation "Represents a modified state."))

(defclass modification-time ()
Expand Down

0 comments on commit 69db4e4

Please sign in to comment.