> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +package org.jclouds.azurecomputearm.config;
> +
> +/**
> + * Configuration properties and constants used in Azure Resource Manager 
> connections.
> + */
> +public class AzureComputeProperties {
> +
> +   public static final String OPERATION_TIMEOUT = 
> "jclouds.azurecompute.operation.timeout";
> +
> +   public static final String OPERATION_POLL_INITIAL_PERIOD = 
> "jclouds.azurecompute..operation.poll.initial.period";

Typo: `..`

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/250/files/f7cc1b437f11378e105bba552e3cfee9d7491872#r57576336

Reply via email to