Browse CVS Repository
Diff of /pal/weather/src/java/jp/sf/pal/weather/WeatherPortlet.java
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
|
|
|