Fixing javadocs

This commit is contained in:
Marcin Grzejszczak
2020-03-04 11:39:27 +01:00
parent e99f654e4c
commit e4840f2e62

View File

@@ -187,7 +187,7 @@ public class ContractVerifierExtension implements Serializable {
* A way to override any base class mappings. The keys are regular expressions on the package name
* and the values FQN to a base class for that given expression.
* Example of a mapping
* {@code .*.com.example.v1..*} -> {@code com.example.SomeBaseClass}
* [.*.com.example.v1..*] -> [com.example.SomeBaseClass]
* 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}
*/