You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2022/04/11 03:16:40 UTC

[directory-fortress-commander] branch wicket9 updated: remove extreous file

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch wicket9
in repository https://gitbox.apache.org/repos/asf/directory-fortress-commander.git


The following commit(s) were added to refs/heads/wicket9 by this push:
     new 8ffe29c  remove extreous file
8ffe29c is described below

commit 8ffe29ca07c10cabe4e301e210c342bd8bc466cb
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Sun Apr 10 22:16:05 2022 -0500

    remove extreous file
---
 .../directory/fortress/web/Authorizable.java       | 40 ----------------------
 1 file changed, 40 deletions(-)

diff --git a/src/main/java/org/apache/directory/fortress/web/Authorizable.java b/src/main/java/org/apache/directory/fortress/web/Authorizable.java
deleted file mode 100644
index 51f7361..0000000
--- a/src/main/java/org/apache/directory/fortress/web/Authorizable.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- *   Licensed to the Apache Software Foundation (ASF) under one
- *   or more contributor license agreements.  See the NOTICE file
- *   distributed with this work for additional information
- *   regarding copyright ownership.  The ASF 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 org.apache.directory.fortress.web;
-
-import java.lang.annotation.ElementType;
-import java.lang.annotation.Inherited;
-import java.lang.annotation.Retention;
-import java.lang.annotation.RetentionPolicy;
-import java.lang.annotation.Target;
-
-/**
- * ...
- *
- * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
- * @version $Rev$
- */
-
-@Retention( RetentionPolicy.RUNTIME)
-@Target( ElementType.TYPE)
-@Inherited
-public @interface Authorizable
-{
-}