Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2086)

Unified Diff: src/com/google/api/data/provisioning/v2/ProvisioningUrl.java

Issue 5141050: Provisioning patch Base URL: http://gdata-java-client-ext.googlecode.com/svn/trunk/
Patch Set: Created 14 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/com/google/api/data/provisioning/v2/ProvisioningUrl.java
===================================================================
--- src/com/google/api/data/provisioning/v2/ProvisioningUrl.java (revision 0)
+++ src/com/google/api/data/provisioning/v2/ProvisioningUrl.java (revision 0)
@@ -0,0 +1,21 @@
+// Copyright 2011 Google Inc. All Rights Reserved.
+
+package com.google.api.data.provisioning.v2;
+
+import com.google.api.client.googleapis.GoogleUrl;
+
+/**
+ * @author shraddhag@google.com (Shraddha Gupta)
+ *
+ */
+public class ProvisioningUrl extends GoogleUrl {
+ /**
+ * Constructs a new ProvisioningUrl with the given URL.
+ *
+ * @param url
+ */
+ public ProvisioningUrl(String url) {
+ super(url);
+ }
+}
+

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b