mmiklavc commented on a change in pull request #1554: METRON-2307: Migrate to
JUnit5
URL: https://github.com/apache/metron/pull/1554#discussion_r346583199
##########
File path:
metron-analytics/metron-profiler-common/src/test/java/org/apache/metron/profiler/DefaultProfileBuilderTest.java
##########
@@ -73,7 +71,7 @@ public void setup() throws Exception {
* }
*/
@Multiline
- private String testInitProfile;
+ private static String testInitProfile;
Review comment:
I'm surprised this even ran without those Strings being `static` before
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services