Skip to content

Commit

Permalink
Update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Mar 13, 2019
1 parent d36846c commit 33a3d87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* in an object graph. For example:
*
*<pre>
* Predicate<Field> predicate = named("name").and(ofType(String.class)).and(inClass(Person.class));
* Predicate&lt;Field&gt; predicate = named("name").and(ofType(String.class)).and(inClass(Person.class));
*</pre>
*
* @author Mahmoud Ben Hassine ([email protected])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* of types. For example:
*
*<pre>
* Predicate<Class<?>> predicate = inPackage("java.util").or(inPackage("com.sun"));
* Predicate&lt;Class&lt;?&gt;&gt; predicate = inPackage("java.util").or(inPackage("com.sun"));
*</pre>
*
* @author Mahmoud Ben Hassine ([email protected])
Expand Down

0 comments on commit 33a3d87

Please sign in to comment.