[bknr-cvs] r2549 - trunk/bknr/web/src/web
ksprotte at common-lisp.net
ksprotte at common-lisp.net
Mon Feb 18 13:05:50 UTC 2008
Author: ksprotte
Date: Mon Feb 18 08:05:47 2008
New Revision: 2549
Modified:
trunk/bknr/web/src/web/authorizer.lisp
Log:
(defgeneric find-user-from-request-parameters (authorizer) ...) small syntax fix
Modified: trunk/bknr/web/src/web/authorizer.lisp
==============================================================================
--- trunk/bknr/web/src/web/authorizer.lisp (original)
+++ trunk/bknr/web/src/web/authorizer.lisp Mon Feb 18 08:05:47 2008
@@ -27,7 +27,7 @@
(declare (ignore c))
(format s "Login failed"))))
-(defgeneric find-user-from-request-parameters ((authorizer authorizer))
+(defgeneric find-user-from-request-parameters (authorizer)
(:documentation "Return the user that is associated with the current
request or NIL.")
(:method ((authorizer bknr-authorizer))
More information about the Bknr-cvs
mailing list