Develop and Download Open Source Software

Browse CVS Repository

Diff of /pal/weather/src/java/jp/sf/pal/weather/WeatherPortlet.java

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.12 by karma, Tue Feb 13 12:51:20 2007 UTC revision 1.13 by karma, Wed Feb 14 11:20:31 2007 UTC
# Line 238  public class WeatherPortlet extends Gene Line 238  public class WeatherPortlet extends Gene
238          }          }
239                    
240          // チェックボックスにチェックがない場合          // チェックボックスにチェックがない場合
241          if (today == null && tomorrow == null) {          if (today == null && tomorrow == null && dayaftertomorrow == null) {
242              return ;              return ;
243          }          }
244                    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26