Fix @since version.
This commit is contained in:
parent
618b8a5dab
commit
b55a1a4eaf
|
|
@ -8,7 +8,7 @@ import java.nio.charset.Charset;
|
|||
* IO utility class.
|
||||
*
|
||||
* @author Marvin S. Addison
|
||||
* @since 3.3.1
|
||||
* @since 3.3.4
|
||||
*/
|
||||
public class IOUtils {
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import java.util.Map;
|
|||
* Namespace context implementation backed by a map of XML prefixes to namespace URIs.
|
||||
*
|
||||
* @author Marvin S. Addison
|
||||
* @since 3.3.1
|
||||
* @since 3.3.4
|
||||
*/
|
||||
public class MapNamespaceContext implements NamespaceContext {
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ import javax.xml.xpath.*;
|
|||
* Thread local XPath expression.
|
||||
*
|
||||
* @author Marvin S. Addison
|
||||
* @since 3.3
|
||||
* @since 3.3.4
|
||||
*/
|
||||
public class ThreadLocalXPathExpression extends ThreadLocal<XPathExpression> implements XPathExpression {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue