mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	findbugs: ignored return value should have been returned down stack
Signed-off-by: Daan Hoogland <daan@onecht.net> This closes #494
This commit is contained in:
		
							parent
							
								
									3efe053952
								
							
						
					
					
						commit
						871ba9c521
					
				@ -3903,7 +3903,7 @@ public class VmwareResource implements StoragePoolResource, ServerResource, Vmwa
 | 
			
		||||
                        if (hostInCluster.isHyperHostConnected())
 | 
			
		||||
                            return new Answer(cmd);
 | 
			
		||||
                        else
 | 
			
		||||
                            new Answer(cmd, false, "PingTestCommand failed");
 | 
			
		||||
                            return new Answer(cmd, false, "PingTestCommand failed");
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            } catch (Exception e) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user