TestRoots / watchdog

IntelliJ & Eclipse plugin for monitoring how Java applications are developed and tested
http://www.testroots.org
Other
18 stars 10 forks source link

Fix compilation failure in IntelliJ #312

Closed TimvdLippe closed 6 years ago

TimvdLippe commented 6 years ago

310 inadvertently broke the compilation in IntelliJ, which for some reason my local mvn compile did not catch. Rename the field access to fix that.

TimvdLippe commented 6 years ago

Merging this to fix master.