| 
						
						
							
								
							
						
						
					 | 
					@ -293,7 +293,7 @@ public class WeatherForecastController extends BaseController { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                Double rhu = jsonObject.getDouble("rhu"); | 
					 | 
					 | 
					                Double rhu = jsonObject.getDouble("rhu"); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					                if (rhu > UniversalEnum.SIXTY.getNumber()) { | 
					 | 
					 | 
					                if (rhu > UniversalEnum.NINETY.getNumber()) { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					                    jsonObject.put("weatherCondition", UniversalEnum.OVERCAST_SKY.getValue()); | 
					 | 
					 | 
					                    jsonObject.put("weatherCondition", UniversalEnum.OVERCAST_SKY.getValue()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                    jsonObject.put("weatherConditionCode", UniversalEnum.OVERCAST_SKY.getNumber()); | 
					 | 
					 | 
					                    jsonObject.put("weatherConditionCode", UniversalEnum.OVERCAST_SKY.getNumber()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                } else { | 
					 | 
					 | 
					                } else { | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |