made another method final
svn: r18482 original commit: 3bcea5bbe03062068c929e21e7ea6b3981080c22
This commit is contained in:
parent
636c159f06
commit
67f2f46edf
|
@ -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?)
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user