You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2016/09/26 22:19:04 UTC

[23/50] [abbrv] incubator-tamaya-extensions git commit: Added licence header and Javadoc.

Added licence header and Javadoc.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/7e7d57cb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/7e7d57cb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/7e7d57cb

Branch: refs/heads/master
Commit: 7e7d57cbaeb424bf5579059d0532e2fdf11a6c09
Parents: 384b09e
Author: anatole <an...@apache.org>
Authored: Wed Dec 16 08:42:41 2015 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Tue Sep 27 00:18:31 2016 +0200

----------------------------------------------------------------------
 .../org/apache/tamaya/events/SimpleEvent.java   | 23 ++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/7e7d57cb/src/test/java/org/apache/tamaya/events/SimpleEvent.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/tamaya/events/SimpleEvent.java b/src/test/java/org/apache/tamaya/events/SimpleEvent.java
index 2245ec0..5017aa1 100644
--- a/src/test/java/org/apache/tamaya/events/SimpleEvent.java
+++ b/src/test/java/org/apache/tamaya/events/SimpleEvent.java
@@ -1,9 +1,28 @@
+/*
+ * 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.tamaya.events;
 
 import org.apache.tamaya.events.spi.BaseConfigEvent;
 
-import java.util.UUID;
-
+/**
+ * Simple test event for testing only.
+ */
 public class SimpleEvent extends BaseConfigEvent<String> {
 
     public SimpleEvent(String paylod) {