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

Commit e9ee1a3

Browse files
committed
doc typo.
Change-Id: If5eaba55c337d804be91c58be13672900549ac29
1 parent 8ee6626 commit e9ee1a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/main/docbook/jaxrs-resources.xml

Lines changed: 3 additions & 3 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) 2010-2015 Oracle and/or its affiliates. All rights reserved.
6+
Copyright (c) 2010-2017 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
@@ -852,8 +852,8 @@ public class ItemResource {
852852
<entry><emphasis>Default lifecycle </emphasis> (applied when no annotation is present). In this scope
853853
the resource instance is created for each new request and used for processing of this request. If the
854854
resource is used more than one time in the request processing, always the same instance will be used.
855-
This can happen when a resource is a sub resource is returned more times during the matching. In this
856-
situation only on instance will server the requests.</entry></row>
855+
This can happen when a resource is a sub resource and is returned more times during the matching. In this
856+
situation only one instance will serve the requests.</entry></row>
857857
<row><entry>Per-lookup scope</entry><entry>@PerLookup</entry>
858858
<entry>org.glassfish.hk2.api.PerLookup</entry>
859859
<entry>In this scope

0 commit comments

Comments
 (0)