8010393: Update JAX-WS RI to 2.2.9-b12941

Co-authored-by: Martin Grebac <martin.grebac@oracle.com>
Reviewed-by: alanb, erikj
This commit is contained in:
Miroslav Kos 2013-04-09 14:51:13 +01:00 committed by Alan Bateman
parent 7f1db5eedb
commit 91a27900ed
2117 changed files with 67505 additions and 10215 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -40,7 +40,7 @@ import static java.lang.annotation.RetentionPolicy.*;
* It can be used to inject both service and proxy
* instances. These injected references are not thread safe.
* If the references are accessed by multiple threads,
* usual synchronization techinques can be used to
* usual synchronization techniques can be used to
* support multiple threads.
*
* <p>