Skip to content

Commit b762985

Browse files
committed
Javadoc
1 parent 45b824c commit b762985

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/org/apache/commons/jxpath/JXPathContext.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,10 @@
375375
* <li>JXPath does not support DOM attributes for non-DOM objects. Even though XPaths like "para[@type='warning']" are legitimate, they will always produce
376376
* empty results. The only attribute supported for JavaBeans is "name". The XPath "foo/bar" is equivalent to "foo[@name='bar']".</li>
377377
*
378-
* <li id='matches_no_property_in_the_graph'>The term <b>matches no property in the graph</b> is used throughout the documentation. It describes a property or
379-
* path that can be determined as not belonging to the graph. Determining whether a property or path belongs to the graph depends on the type of object being
380-
* used as {@code cotextBean} (see {@link #newContext(Object)}). It is only possible strongly typed models where a specific Java model is used as context. It is
381-
* not possible with dynamic models such Maps or DOM implementations.
378+
* <li id='matches_no_property_in_the_graph'>The term <strong>matches no property in the graph</strong> is used throughout the documentation. It describes a
379+
* property or path that can be determined as not belonging to the graph. Determining whether a property or path belongs to the graph depends on the type of
380+
* object being used as {@code cotextBean} (see {@link #newContext(Object)}). It is only possible strongly typed models where a specific Java model is used
381+
* as context. It is not possible with dynamic models such Maps or DOM implementations.
382382
* <p>
383383
* When a XPath does not match a property in the graph, the methods of this class that retrieve a pointer will generally behave in the following way, depending
384384
* on the last value configured with {@link #setLenient(boolean)}:

0 commit comments

Comments
 (0)