[java-support] branch master updated: Remove unused Duration annotation.

Scott Cantor cantor.2 at osu.edu
Tue Mar 19 20:20:50 EDT 2019


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=a1104e7a6cfaa9a00f21fece38d5d423a0e16a38

The following commit(s) were added to refs/heads/master by this push:
       new  a1104e7   Remove unused Duration annotation.
a1104e7 is described below

commit a1104e7a6cfaa9a00f21fece38d5d423a0e16a38
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 19 20:20:48 2019 -0400

    Remove unused Duration annotation.
---
 .../java/support/annotation/Duration.java          | 34 ----------------------
 1 file changed, 34 deletions(-)

diff --git a/src/main/java/net/shibboleth/utilities/java/support/annotation/Duration.java b/src/main/java/net/shibboleth/utilities/java/support/annotation/Duration.java
deleted file mode 100644
index 429e918..0000000
--- a/src/main/java/net/shibboleth/utilities/java/support/annotation/Duration.java
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Licensed to the University Corporation for Advanced Internet Development,
- * Inc. (UCAID) under one or more contributor license agreements.  See the
- * NOTICE file distributed with this work for additional information regarding
- * copyright ownership. The UCAID licenses this file to You under the Apache
- * License, Version 2.0 (the "License"); you may not use this file except in
- * compliance with the License.  You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * 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 net.shibboleth.utilities.java.support.annotation;
-
-import java.lang.annotation.Documented;
-import java.lang.annotation.ElementType;
-import java.lang.annotation.Retention;
-import java.lang.annotation.RetentionPolicy;
-import java.lang.annotation.Target;
-
-/**
- * Indicates that the annotated field represents a duration in milliseconds.
- */
- at Documented
- at Retention(RetentionPolicy.RUNTIME)
- at Target({ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD})
-public @interface Duration {
-
-}
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list