Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ protected boolean areFieldValuesDifferent(Object valueFromTarget, Object valueFr
* with current calculated value. This default implementation removes all whitespace,
* attempts to remove all HTML tags and entities using a simple regex, and removes all
* non-alphanumeric characters.
* @param valueFromTargetString
* @param value String value to normalize for comparison
* @return
*/
protected String normalizeFieldValueForCompare(String value) {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>com.fortify.client.api</groupId>
<artifactId>fortify-client-api-bom</artifactId>
<version>6.1.8.RELEASE</version>
<version>6.2.0.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down