From 6abccf351093647c55212e5412188683ed2c9832 Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Sat, 2 Sep 2017 18:56:07 +1000 Subject: avoid npe Signed-off-by: olivier lamy --- .../archiva-web/archiva-web-common/src/enunciate/archiva.fmt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archiva-modules/archiva-web/archiva-web-common/src') diff --git a/archiva-modules/archiva-web/archiva-web-common/src/enunciate/archiva.fmt b/archiva-modules/archiva-web/archiva-web-common/src/enunciate/archiva.fmt index 2137bfb39..e1f2d8430 100644 --- a/archiva-modules/archiva-web/archiva-web-common/src/enunciate/archiva.fmt +++ b/archiva-modules/archiva-web/archiva-web-common/src/enunciate/archiva.fmt @@ -431,7 +431,7 @@ limitations under the License. @@ -452,7 +452,7 @@ limitations under the License. [#list resource.methods as method]
-

${method.label} ${resource.path}

+

${method.label} ${resource.path}

[#if resourceGroup.deprecated?? || method.deprecated??]
This method has been deprecated. [#if method.deprecated??] ${method.deprecated!""}[#else] ${resource.deprecated!""}[/#if]
-- cgit v1.2.3