From e0a91d25896b9d67f0cf3f1a5bb94c40e1ecfc94 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 12 Jun 2017 23:38:25 +0200 Subject: All references in javadoc to projectlombok.org URLs now use the canonical URL. --- src/core/lombok/extern/slf4j/Slf4j.java | 4 ++-- src/core/lombok/extern/slf4j/XSlf4j.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/core/lombok/extern/slf4j') diff --git a/src/core/lombok/extern/slf4j/Slf4j.java b/src/core/lombok/extern/slf4j/Slf4j.java index efa6105f..f7b1b9d5 100644 --- a/src/core/lombok/extern/slf4j/Slf4j.java +++ b/src/core/lombok/extern/slf4j/Slf4j.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2013 The Project Lombok Authors. + * Copyright (C) 2010-2017 The Project Lombok Authors. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -29,7 +29,7 @@ import java.lang.annotation.Target; /** * Causes lombok to generate a logger field. *

- * Complete documentation is found at the project lombok features page for lombok log annotations. + * Complete documentation is found at the project lombok features page for lombok log annotations. *

* Example: *

diff --git a/src/core/lombok/extern/slf4j/XSlf4j.java b/src/core/lombok/extern/slf4j/XSlf4j.java
index ce23ab9e..66231c22 100644
--- a/src/core/lombok/extern/slf4j/XSlf4j.java
+++ b/src/core/lombok/extern/slf4j/XSlf4j.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2013 The Project Lombok Authors.
+ * Copyright (C) 2012-2017 The Project Lombok Authors.
  * 
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@ import java.lang.annotation.Target;
 /**
  * Causes lombok to generate a logger field.
  * 

- * Complete documentation is found at the project lombok features page for lombok log annotations. + * Complete documentation is found at the project lombok features page for lombok log annotations. *

* Example: *

-- 
cgit