From 96518ecaf3ed9dbf8a5bf2fe2571333b62a5d9a1 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Mon, 12 Mar 2012 17:10:13 -0700 Subject: [PATCH] Add missing annotation --- core/src/com/cloud/vm/DomainRouterVO.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/com/cloud/vm/DomainRouterVO.java b/core/src/com/cloud/vm/DomainRouterVO.java index b341a37f28a..a92b8fe4fb7 100755 --- a/core/src/com/cloud/vm/DomainRouterVO.java +++ b/core/src/com/cloud/vm/DomainRouterVO.java @@ -177,6 +177,7 @@ public class DomainRouterVO extends VMInstanceVO implements VirtualRouter { super(); } + @Override public String getPublicIpAddress() { return publicIpAddress; }