This repository was archived by the owner on May 28, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments