Project

General

Profile

« Previous | Next » 

Revision 56483

Minor bug fixes

View differences:

SarcStats.java
169 169
            start.add(Calendar.MONTH, 1);
170 170

  
171 171
            String text = getJson(reportUrl, "", "");
172
            if(text == null){
172
            if(text == null || text.trim().length()==0){
173 173
                continue;
174 174
            }
175 175

  

Also available in: Unified diff