aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1920
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-02-08 09:40:51 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-02-08 09:40:51 +0700
commit37bee450be28a5b5b99ef025b2f4508e9400f226 (patch)
tree9cc0bbeaf44a83354c43a263c2cf68c8402740f4 /tests/bugs1920
parent3d7dd3d66ed30faeac4ee54b3f1ae2cc164f9371 (diff)
downloadaspectj-37bee450be28a5b5b99ef025b2f4508e9400f226.tar.gz
aspectj-37bee450be28a5b5b99ef025b2f4508e9400f226.zip
Replace old by new AspectJ GitHub URL
github.com/eclipse/org.aspectj -> github.com/eclipse-aspectj/aspectj Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'tests/bugs1920')
-rw-r--r--tests/bugs1920/github_162/InterfaceWithInnerClass.java2
-rw-r--r--tests/bugs1920/github_20/ParenthesisedAJKeywords.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs1920/github_162/InterfaceWithInnerClass.java b/tests/bugs1920/github_162/InterfaceWithInnerClass.java
index f26975cc0..507bef54f 100644
--- a/tests/bugs1920/github_162/InterfaceWithInnerClass.java
+++ b/tests/bugs1920/github_162/InterfaceWithInnerClass.java
@@ -3,7 +3,7 @@ import org.aspectj.lang.annotation.Before;
import org.aspectj.lang.JoinPoint;
/**
- * https://github.com/eclipse/org.aspectj/issues/162
+ * https://github.com/eclipse-aspectj/aspectj/issues/162
*/
public interface InterfaceWithInnerClass {
public class ImplicitlyStatic {
diff --git a/tests/bugs1920/github_20/ParenthesisedAJKeywords.java b/tests/bugs1920/github_20/ParenthesisedAJKeywords.java
index 1ba013c57..477eac5b0 100644
--- a/tests/bugs1920/github_20/ParenthesisedAJKeywords.java
+++ b/tests/bugs1920/github_20/ParenthesisedAJKeywords.java
@@ -1,5 +1,5 @@
/**
- * https://github.com/eclipse/org.aspectj/issues/20
+ * https://github.com/eclipse-aspectj/aspectj/issues/20
*/
public class ParenthesisedAJKeywords {
public static void main(String[] args) {