This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git
from 0cdd3f6 Use generics internally
new 9ef0564 Use generics internally
new 9ca52a4 Fix generics compiler warning
new 84ab2ca Use generics internally
new 65ed178 Use generics internally
new d77c0fa Don't initialize instance variables to their default values
new 1c5cd86 Use generics internally
new 3f7579d Don't initialize instance variables to their default values
new b9f5aa5 Use generics internally
new 06a46c0 Use generics internally
new fdd6221 Use generics internally
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../jxpath/ri/JXPathContextReferenceImpl.java | 24 ++++++++++++----------
.../commons/jxpath/ri/axes/AncestorContext.java | 2 +-
.../commons/jxpath/ri/axes/AttributeContext.java | 2 +-
.../commons/jxpath/ri/axes/DescendantContext.java | 12 +++++------
.../commons/jxpath/ri/axes/InitialContext.java | 2 +-
.../commons/jxpath/ri/axes/NamespaceContext.java | 2 +-
.../commons/jxpath/ri/axes/NodeSetContext.java | 2 +-
.../commons/jxpath/ri/axes/ParentContext.java | 2 +-
.../ri/axes/PrecedingOrFollowingContext.java | 12 +++++------
.../commons/jxpath/ri/axes/PredicateContext.java | 2 +-
.../apache/commons/jxpath/ri/axes/RootContext.java | 2 +-
.../apache/commons/jxpath/ri/axes/SelfContext.java | 2 +-
.../jxpath/ri/axes/SimplePathInterpreter.java | 12 +++++------
.../commons/jxpath/ri/axes/UnionContext.java | 7 +++----
.../jxpath/ri/model/dom/DOMAttributeIterator.java | 4 ++--
.../ri/model/jdom/JDOMAttributeIterator.java | 2 +-
.../commons/jxpath/util/BasicTypeConverter.java | 4 ++--
17 files changed, 48 insertions(+), 47 deletions(-)