diff --git a/src/org/apache/axis/client/Stub.java b/src/org/apache/axis/client/Stub.java index 6af6438..60688ff 100644 --- a/src/org/apache/axis/client/Stub.java +++ b/src/org/apache/axis/client/Stub.java @@ -1,12 +1,12 @@ /* * Copyright 2001-2004 The Apache Software Foundation. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -59,7 +59,7 @@ public abstract class Stub implements javax.xml.rpc.Stub { // Support for Attachments private Vector attachments = new Vector(); - + // Flag to determine whether this is the first call to register type mappings. // This need not be synchronized because firstCall is ONLY called from within // a synchronized block in the generated stub code. @@ -78,8 +78,8 @@ protected boolean firstCall() { } // firstCall /** - * Sets the value for a named property. JAX-RPC 1.0 specification - * specifies a standard set of properties that may be passed + * Sets the value for a named property. JAX-RPC 1.0 specification + * specifies a standard set of properties that may be passed * to the Stub._setProperty method. These properties include: *