Updated copyright year (now including 2008) and made sure all my author tags have my full name; Mattias Hellborg Arthursson.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2005-2007 the original author or authors.
|
||||
* Copyright 2005-2008 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -27,7 +27,7 @@ import junit.framework.Assert;
|
||||
* Dummy AttributesMapper for testing purposes to check that the received
|
||||
* Attributes are the expected ones.
|
||||
*
|
||||
* @author Mattias Arthursson
|
||||
* @author Mattias Hellborg Arthursson
|
||||
*/
|
||||
public class AttributeCheckAttributesMapper implements AttributesMapper {
|
||||
private String[] expectedAttributes = new String[0];
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2005-2007 the original author or authors.
|
||||
* Copyright 2005-2008 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -24,7 +24,7 @@ import org.springframework.ldap.core.DirContextAdapter;
|
||||
* Dummy ContextMapper for testing purposes to check that the received
|
||||
* Attributes are the expected ones.
|
||||
*
|
||||
* @author Mattias Arthursson
|
||||
* @author Mattias Hellborg Arthursson
|
||||
*/
|
||||
public class AttributeCheckContextMapper implements ContextMapper {
|
||||
private String[] expectedAttributes = new String[0];
|
||||
|
||||
Reference in New Issue
Block a user