justinleet commented on a change in pull request #1554: METRON-2307: Migrate to
JUnit5
URL: https://github.com/apache/metron/pull/1554#discussion_r346615745
##########
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:
IntelliJ really hated it, so I changed it, because it kept me from being
able to run things. Maven will apparently deal with it, but with so much
shifting underneath it, IntelliJ started to fall apart a bit at times.
----------------------------------------------------------------
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