diff --git a/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/Option.java b/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/Option.java index 853b678a2ebe..f48c057ba049 100644 --- a/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/Option.java +++ b/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/Option.java @@ -25,7 +25,7 @@ import java.util.Objects; /** - * Base class for Resource Manager operation options + * Base class for Resource Manager operation options. */ class Option implements Serializable { diff --git a/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/Project.java b/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/Project.java index a08d7e3714be..1b79eb973da3 100644 --- a/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/Project.java +++ b/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/Project.java @@ -21,7 +21,7 @@ /** * A Google Cloud Resource Manager project object. * - * A Project is a high-level Google Cloud Platform entity. It is a container for ACLs, APIs, + *

A Project is a high-level Google Cloud Platform entity. It is a container for ACLs, APIs, * AppEngine Apps, VMs, and other Google Cloud Platform resources. This class' member variables are * immutable. Methods that change or update the underlying Project information return a new Project * instance. @@ -77,7 +77,7 @@ public Project reload() { /** * Marks the project identified by the specified project ID for deletion. * - * This method will only affect the project if the following criteria are met: + *

This method will only affect the project if the following criteria are met: *