Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit e136f0a

Browse files
committed
JERSEY-3061: docs - @template does not have implicit param name.
Change-Id: I792678e254e0a99411a014d9c2425a0c1a85edda
1 parent ddc0891 commit e136f0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/main/docbook/mvc.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
55
6-
Copyright (c) 2013-2014 Oracle and/or its affiliates. All rights reserved.
6+
Copyright (c) 2013-2016 Oracle and/or its affiliates. All rights reserved.
77
88
The contents of this file are subject to the terms of either the GNU
99
General Public License Version 2 only ("GPL") or the Common Development
@@ -133,7 +133,7 @@ public class Foo {
133133
public class Foo {
134134

135135
@GET
136-
@Template("index.foo")
136+
@Template(name = "index.foo")
137137
public String get() {
138138
return "FOO";
139139
}

0 commit comments

Comments
 (0)