made another method final

svn: r18482

original commit: 3bcea5bbe03062068c929e21e7ea6b3981080c22
This commit is contained in:
Robby Findler 2010-03-06 12:54:30 +00:00
parent 636c159f06
commit 67f2f46edf
2 changed files with 2 additions and 3 deletions

View File

@ -656,7 +656,7 @@
(def/override (locked-for-read?) (def/override (locked-for-read?)
read-locked?) read-locked?)
(def/override (locked-for-flow?) (def/override-final (locked-for-flow?)
flow-locked?) flow-locked?)
(def/override (locked-for-write?) (def/override (locked-for-write?)
write-locked?) write-locked?)

View File

@ -1184,8 +1184,7 @@ This method does not affect internal locks, as discussed in
} }
@defmethod[(locked-for-flow?) @defmethod[#:mode public-final (locked-for-flow?) boolean?]{
boolean?]{
Reports whether the editor is internally locked for flowing. See Reports whether the editor is internally locked for flowing. See
@|lockdiscuss| for more information. @|lockdiscuss| for more information.