]> source.dussan.org Git - sonarqube.git/commit
Allow to mock CommandExecutor
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 10 Jul 2012 15:46:50 +0000 (17:46 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 10 Jul 2012 15:47:03 +0000 (17:47 +0200)
commitb273c3cb51d60429fe223fc3a9d4bd25d84240f7
treebe9ecf06aa44bb02f37ac5fa2795b0915cb4ace8
parent6d3ab7ef3aa6672e6af3925f670fdd660225fe5f
Allow to mock CommandExecutor

Changing final to non-final does not break binary compatibility. Constructor is kept private.
sonar-plugin-api/src/main/java/org/sonar/api/utils/command/CommandExecutor.java