From 1fdc3b589ed6768eab051189f3dd295c98fee535 Mon Sep 17 00:00:00 2001 From: Zaahid Bateson Date: Thu, 2 Apr 2020 11:23:01 -0700 Subject: [PATCH] Update readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 25d9be41..e072ef3d 100644 --- a/README.md +++ b/README.md @@ -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