You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2020/03/29 12:08:09 UTC

[royale-asjs] branch develop updated: - Fixed the Apache headers of files I contributed years ago - Removed the "Created by" mentions of me

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

harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new b426bf5  - Fixed the Apache headers of files I contributed years ago - Removed the "Created by" mentions of me
     new bf0a630  Merge pull request #792 from chrisdutz/develop
b426bf5 is described below

commit b426bf57e1349c764a382c8ee7ace0e2d6a92d09
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sun Mar 29 13:54:46 2020 +0200

    - Fixed the Apache headers of files I contributed years ago
    - Removed the "Created by" mentions of me
---
 .../src/test/java/org/apache/royale/examples/AbstractIT.java             | 1 -
 .../test/java/org/apache/royale/examples/royalestore/RoyaleStoreIT.java  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/examples/examples-integrationtests/src/test/java/org/apache/royale/examples/AbstractIT.java b/examples/examples-integrationtests/src/test/java/org/apache/royale/examples/AbstractIT.java
index 55aec54..f6cb781 100644
--- a/examples/examples-integrationtests/src/test/java/org/apache/royale/examples/AbstractIT.java
+++ b/examples/examples-integrationtests/src/test/java/org/apache/royale/examples/AbstractIT.java
@@ -25,7 +25,6 @@ import org.openqa.selenium.firefox.FirefoxDriver;
 import java.util.concurrent.TimeUnit;
 
 /**
- * Created by christoferdutz on 13.01.17.
  */
 public abstract class AbstractIT {
 
diff --git a/examples/examples-integrationtests/src/test/java/org/apache/royale/examples/royalestore/RoyaleStoreIT.java b/examples/examples-integrationtests/src/test/java/org/apache/royale/examples/royalestore/RoyaleStoreIT.java
index bd3adc1..b5223c0 100644
--- a/examples/examples-integrationtests/src/test/java/org/apache/royale/examples/royalestore/RoyaleStoreIT.java
+++ b/examples/examples-integrationtests/src/test/java/org/apache/royale/examples/royalestore/RoyaleStoreIT.java
@@ -27,7 +27,6 @@ import org.openqa.selenium.By;
 import org.openqa.selenium.WebElement;
 
 /**
- * Created by christoferdutz on 13.01.17.
  */
 public class RoyaleStoreIT extends AbstractIT {