From 317e68c4ebdd9ce3a62e52b16ef588e503d43aca Mon Sep 17 00:00:00 2001 From: Greenwood Date: Tue, 28 Mar 2017 07:37:21 -0400 Subject: [PATCH] removing created by --- .../java/com/jayway/jsonpath/internal/function/Issue234.java | 1 - 1 file changed, 1 deletion(-) diff --git a/json-path/src/test/java/com/jayway/jsonpath/internal/function/Issue234.java b/json-path/src/test/java/com/jayway/jsonpath/internal/function/Issue234.java index 17e1e54a..51f93bb8 100644 --- a/json-path/src/test/java/com/jayway/jsonpath/internal/function/Issue234.java +++ b/json-path/src/test/java/com/jayway/jsonpath/internal/function/Issue234.java @@ -22,7 +22,6 @@ import static org.assertj.core.api.Assertions.assertThat; * * @see NestedFunctionTest for examples of where that is performed. * - * Created by mattg on 3/27/17. */ public class Issue234 {