Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zbateson committed Apr 2, 2020
1 parent 0107ae7 commit 1fdc3b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,6 @@ A new format and features for the requirements xml file. See the [sample_projec

CoreFunctions has been split into a few different classes, and its package has been moved. See the new classes here: [src/main/java/com/strider/datadefender/anonymizer/functions](src/main/java/com/strider/datadefender/anonymizer/functions). Some functions have been removed entirely, for example randomInt, because apache commons can be used instead with RandomUtils.nextInt.

Referencing functions from the xml file now takes the form ClassName#method rather than ClassName.method to be more in-line with java's standards for naming.

## Features and issues
Please report issues or ask for future requests here: https://github.com/armenak/DataDefender/issues

Expand Down

0 comments on commit 1fdc3b5

Please sign in to comment.