From 35cb14a73fb89acc93f2b8f49761b3707bebd8f3 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Fri, 12 Apr 2013 16:08:32 -0400 Subject: [PATCH] fixed comment --- .../openid/connect/view/ClientInformationResponseView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/ClientInformationResponseView.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/ClientInformationResponseView.java index fd103c91c..222c32afd 100644 --- a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/ClientInformationResponseView.java +++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/ClientInformationResponseView.java @@ -26,7 +26,7 @@ import com.google.gson.reflect.TypeToken; /** * - * Provides a minimal representation of a client's registration information, to be shown from the dynamic registration endpoint + * Provides representation of a client's registration metadata, to be shown from the dynamic registration endpoint * on the client_register and rotate_secret operations. * * @author jricher