Fixing javadocs

This commit is contained in:
Marcin Grzejszczak
2020-03-04 11:39:27 +01:00
parent 5fb8597c91
commit bed143d597

View File

@@ -189,7 +189,7 @@ public class ContractVerifierExtension {
* <p></p>
* Example of a mapping
* <p></p>
* {@code .*.com.example.v1..*} -> {@code com.example.SomeBaseClass}
* [.*.com.example.v1..*] -> [com.example.SomeBaseClass]
* <p></p>
* When a contract's package matches the provided regular expression then extending class will be the one
* provided in the map - in this case {@code com.example.SomeBaseClass}