Skip to content

Commit ed96951

Browse files
committed
[bugfix] Fix javadoc issues
1 parent 9096111 commit ed96951

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
* The global SymbolTable singleton can be retrieved from {@link org.exist.storage.BrokerPool#getSymbols()}.
5353
* It is saved into the database file "symbols.dbx".
5454
*
55-
* @author <a href="mailto:[email protected]">wolf</a>
56-
* @author Adam Retter
55+
* @author <a href="mailto:[email protected]">Wolfgang Meier</a>
56+
* @author <a href="mailto:[email protected]">Adam Retter</a>
5757
*/
5858
public class SymbolTable implements BrokerPoolService, Closeable {
5959

@@ -438,8 +438,8 @@ public void close() throws IOException {
438438
/**
439439
* Represents a distinct collection of symbols
440440
*
441-
* @author <a href="mailto:adam@exist-db.org">wolf
442-
* @author Adam Retter</a>
441+
* @author <a href="mailto:wolfgang@exist-db.org">Wolfgang Meier</a>
442+
* @author <a href="mailto:[email protected]">Adam Retter</a>
443443
*/
444444
protected class SymbolCollection {
445445

exist-core/src/main/java/org/exist/xmldb/LocalUserManagementService.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@
4949
* permissions.
5050
*
5151
* @author <a href="mailto:[email protected]">Wolfgang Meier</a>
52-
* @author <a href="mailto:[email protected]">Modified by {Marco.Tampucci, Massimo.Martinelli} @isti.cnr.it
53-
* @author Adam Retter</a>
52+
* @author <a href="mailto:[email protected]">Marco Tampucci</a>
53+
* @author <a href="mailto:[email protected]">Massimo.Martinelli</a>
54+
* @author <a href="mailto:[email protected]">Adam Retter</a>
5455
*/
5556
public class LocalUserManagementService extends AbstractLocalService implements EXistUserManagementService {
5657

exist-core/src/main/java/org/exist/xquery/util/DocUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
/**
6262
* Utilities for XPath doc related functions
6363
*
64-
* @author <a href="mailto:[email protected]">wolf
65-
* @author Pierrick Brihaye</a>
64+
* @author <a href="mailto:[email protected]">Wolfgang Meier</a>
65+
* @author <a href="mailto:[email protected]">Pierrick Brihaye</a>
6666
*/
6767
//TODO : many more improvements to handle efficiently any URI
6868
public class DocUtils {

extensions/modules/mail/src/main/java/org/exist/xquery/modules/mail/MailModule.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
*
5151
* @author <a href="mailto:[email protected]">Adam Retter</a>
5252
* @author <a href="mailto:[email protected]">Andrzej Taramina</a>
53-
* @author <a href="mailto:[email protected]">ljo
54-
* @author José María Fernández</a>
53+
* @author ljo
54+
* @author <a href="mailto:[email protected]">José María Fernández</a>
5555
* @serial 2011-09-06
5656
* @version 1.4.1
5757
*

0 commit comments

Comments
 (0)