diff options
author | LarsSommer <[email protected]> | 2013-12-17 14:01:02 +0100 |
---|---|---|
committer | LarsSommer <[email protected]> | 2013-12-17 14:01:02 +0100 |
commit | a69a6e36c01cb23da23787bb6dcef3cf3581e453 (patch) | |
tree | 64fa122d6dab7cb8e13f55679c3829072a18a249 /README.md | |
parent | 5bd6a75069f70cb0ca41d14464a11fe1f2ff425d (diff) |
Edited readme.md
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -84,13 +84,13 @@ Class org.project.MyClass2 Changed Field field2 removed: final ``` -### excludes/includes +### Excludes / Includes In- or exclude classes for the validation by specifying a fully qualified -class name or using wild cards. There are two wild cards: "*" and "**". -"*" is a wild card for an arbitrary number of characters but at most one +class name or using wild cards. There are two wild cards: `*` and `**`. +`*` is a wild card for an arbitrary number of characters but at most one folder hierarchy. -"**" is a wild card for an arbitrary number of characters and an arbitrary +`**` is a wild card for an arbitrary number of characters and an arbitrary number of folder hierarchies. ``` |