Repository: incubator-eagle Updated Branches: refs/heads/develop 27513f7b7 -> a7a5358d8
HDFSAuditLogAppProvider naming issue Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/45dd605f Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/45dd605f Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/45dd605f Branch: refs/heads/develop Commit: 45dd605f25a8b3b27e1cbc5863a0dde615e35d62 Parents: 27513f7 Author: yonzhang <[email protected]> Authored: Thu Aug 11 21:07:02 2016 -0700 Committer: yonzhang <[email protected]> Committed: Thu Aug 11 21:07:02 2016 -0700 ---------------------------------------------------------------------- .../auditlog/HDFSAuditLogAppProvider.java | 34 -------------------- 1 file changed, 34 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/45dd605f/eagle-security/eagle-security-hdfs-auditlog/src/main/java/org/apache/eagle/security/auditlog/HDFSAuditLogAppProvider.java ---------------------------------------------------------------------- diff --git a/eagle-security/eagle-security-hdfs-auditlog/src/main/java/org/apache/eagle/security/auditlog/HDFSAuditLogAppProvider.java b/eagle-security/eagle-security-hdfs-auditlog/src/main/java/org/apache/eagle/security/auditlog/HDFSAuditLogAppProvider.java deleted file mode 100644 index fcf9d4f..0000000 --- a/eagle-security/eagle-security-hdfs-auditlog/src/main/java/org/apache/eagle/security/auditlog/HDFSAuditLogAppProvider.java +++ /dev/null @@ -1,34 +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 - * * * <p/> - * * * http://www.apache.org/licenses/LICENSE-2.0 - * * * <p/> - * * * 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.eagle.security.auditlog; - -import org.apache.eagle.app.spi.AbstractApplicationProvider; - -/** - * Since 8/11/16. - */ -public class HdfsAuditLogAppProvider extends AbstractApplicationProvider<HdfsAuditLogApplication> { - @Override - public HdfsAuditLogApplication getApplication() { - return new HdfsAuditLogApplication(); - } -}
