removed unused file.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/19310d34 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/19310d34 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/19310d34 Branch: refs/heads/ignite-gg-9615 Commit: 19310d3468ff9ed9307fe30a5a5769829dfe4219 Parents: c391165 Author: Yakov Zhdanov <yzhda...@gridgain.com> Authored: Wed Aug 5 16:35:44 2015 +0300 Committer: Yakov Zhdanov <yzhda...@gridgain.com> Committed: Wed Aug 5 16:35:44 2015 +0300 ---------------------------------------------------------------------- .../ignite/logger/log4j2/Log4j2FileAware.java | 35 -------------------- 1 file changed, 35 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/19310d34/modules/log4j2/src/main/java/org/apache/ignite/logger/log4j2/Log4j2FileAware.java ---------------------------------------------------------------------- diff --git a/modules/log4j2/src/main/java/org/apache/ignite/logger/log4j2/Log4j2FileAware.java b/modules/log4j2/src/main/java/org/apache/ignite/logger/log4j2/Log4j2FileAware.java deleted file mode 100644 index c389e69..0000000 --- a/modules/log4j2/src/main/java/org/apache/ignite/logger/log4j2/Log4j2FileAware.java +++ /dev/null @@ -1,35 +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.ignite.logger.log4j2; - -import org.apache.ignite.lang.IgniteClosure; - -/** - * Porting for the Log4j2, the interface is useless with the new implementation - * of the module - * - * @author Gianfranco Murador - */ -public interface Log4j2FileAware { - - /** - * Sets closure that later evaluate file path. - * - * @param filePathClos Closure that generates actual file path. - */ - void updateFilePath(IgniteClosure<String, String> filePathClos); -}