From 7217d65ad719ce7b4987832d3a5e6d83f3c45805 Mon Sep 17 00:00:00 2001 From: briancaruso Date: Tue, 29 Nov 2011 21:42:32 +0000 Subject: [PATCH] Adding comment to EditConfigurationVTwo --- .../webapp/edit/n3editing/VTwo/EditConfigurationVTwo.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditConfigurationVTwo.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditConfigurationVTwo.java index 5147788f4..99dce76dc 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditConfigurationVTwo.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditConfigurationVTwo.java @@ -116,7 +116,8 @@ public class EditConfigurationVTwo { /** * If this value is not null, it will force the edit to return to the specified - * URL from the PostEditCleanupController after an edit or a cancel. This string does not get values substituted in. + * URL from the PostEditCleanupController after an edit or a cancel. This string does + * NOT get values substituted in and it does NOT get the context appended. */ String urlToReturnTo = null;