From 4124db0fa17c187ca5c89d3d361199ff5568dace Mon Sep 17 00:00:00 2001 From: Konstantina Chremmou Date: Wed, 12 Mar 2014 10:34:23 +0000 Subject: [PATCH] CA-126115: Missing namespace was causing compilation error. Signed-off-by: Konstantina Chremmou --- java/samples/DeprecatedMethod.java | 1 + 1 file changed, 1 insertion(+) diff --git a/java/samples/DeprecatedMethod.java b/java/samples/DeprecatedMethod.java index 3477320..49806bc 100644 --- a/java/samples/DeprecatedMethod.java +++ b/java/samples/DeprecatedMethod.java @@ -31,6 +31,7 @@ import java.util.Map; import com.xensource.xenapi.HostPatch; +import com.xensource.xenapi.Types; /** * The HostPatch.apply() method is deprecated. We'll try to use it. The test is that the