> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +package org.jclouds.openstack.trove.v1.filters;
> +
> +import java.util.regex.Matcher;
> +import java.util.regex.Pattern;
> +
> +import javax.inject.Singleton;
> +
> +import org.jclouds.http.HttpException;
> +import org.jclouds.http.HttpRequest;
> +import org.jclouds.http.HttpRequestFilter;
> +
> +/**
> + * Adds a timestamp to the query line so that cache is invalidated.

Copy/pasted javadoc?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/14/files#r5078378

Reply via email to