Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #38 from mixalturek/master
[JENKINS-22160] Fix findings from FindBugs static analysis
  • Loading branch information
mixalturek committed Mar 14, 2014
2 parents 2453b1e + 88c7d07 commit 8630fd1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ public SloccountReportStatistics getStatistics() {
*
* @return this with optionally updated data
*/
private Object readResolve() {
protected Object readResolve() {
if (report != null && statistics == null) {
List<SloccountLanguageStatistics> languages = new ArrayList<SloccountLanguageStatistics>();

Expand Down

0 comments on commit 8630fd1

Please sign in to comment.