You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2016/08/27 16:23:15 UTC

[2/2] tomee git commit: wrong file

wrong file


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/3d8d8af0
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/3d8d8af0
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/3d8d8af0

Branch: refs/heads/master
Commit: 3d8d8af0eb62f7432776153affdfe0282ca8bd9a
Parents: 6bf4929
Author: Romain manni-Bucau <rm...@gmail.com>
Authored: Sat Aug 27 18:22:59 2016 +0200
Committer: Romain manni-Bucau <rm...@gmail.com>
Committed: Sat Aug 27 18:22:59 2016 +0200

----------------------------------------------------------------------
 .../event/TomEEEmbeddedScannerCreated.java      | 33 --------------------
 1 file changed, 33 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/3d8d8af0/tomee/tomee-embedded#src/main/java/org/apache/tomee/embedded/event/TomEEEmbeddedScannerCreated.java
----------------------------------------------------------------------
diff --git a/tomee/tomee-embedded#src/main/java/org/apache/tomee/embedded/event/TomEEEmbeddedScannerCreated.java b/tomee/tomee-embedded#src/main/java/org/apache/tomee/embedded/event/TomEEEmbeddedScannerCreated.java
deleted file mode 100644
index 4110593..0000000
--- a/tomee/tomee-embedded#src/main/java/org/apache/tomee/embedded/event/TomEEEmbeddedScannerCreated.java
+++ /dev/null
@@ -1,33 +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.tomee.embedded.event;
-
-import org.apache.openejb.observer.Event;
-import org.apache.xbean.finder.IAnnotationFinder;
-
-@Event
-public class TomEEEmbeddedScannerCreated {
-    private final IAnnotationFinder finder;
-
-    public TomEEEmbeddedScannerCreated(final IAnnotationFinder finder) {
-        this.finder = finder;
-    }
-
-    public IAnnotationFinder getFinder() {
-        return finder;
-    }
-}