Issue 158: fix to use new Nullable annotations

This commit is contained in:
Adrian Cole 2011-09-16 16:17:00 -07:00
parent 2d4bcb6e08
commit 22fbcb7be4
3 changed files with 5 additions and 7 deletions

View File

@ -22,7 +22,7 @@ import static com.google.common.base.Preconditions.checkNotNull;
import java.util.Set;
import javax.annotation.Nullable;
import org.jclouds.javax.annotation.Nullable;
import com.google.common.collect.ImmutableSet;
import com.google.common.collect.Sets;

View File

@ -18,7 +18,7 @@
*/
package org.jclouds.softlayer.domain;
import javax.annotation.Nullable;
import org.jclouds.javax.annotation.Nullable;
/**
* The SoftLayer_Product_Item_Price data type contains general information

View File

@ -18,16 +18,14 @@
*/
package org.jclouds.softlayer.functions;
import com.google.common.base.Function;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.ImmutableSet;
import com.google.common.collect.Iterables;
import org.jclouds.domain.Location;
import org.jclouds.domain.LocationBuilder;
import org.jclouds.domain.LocationScope;
import org.jclouds.softlayer.domain.Address;
import javax.annotation.Nullable;
import com.google.common.base.Function;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.ImmutableSet;
/**
* Converts an Address into a Location.