--- a/jaxws/src/share/classes/javax/xml/ws/WebFault.java Wed Jul 05 16:49:07 2017 +0200
+++ b/jaxws/src/share/classes/javax/xml/ws/WebFault.java Mon Apr 20 15:14:39 2009 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2005-2006 Sun Microsystems, Inc. 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
@@ -43,12 +43,12 @@
@Documented
public @interface WebFault {
/**
- * Elements local name.
+ * Element's local name.
**/
public String name() default "";
/**
- * Elements namespace name.
+ * Element's namespace name.
**/
public String targetNamespace() default "";