Skip to content

Commit

Permalink
Merge pull request #2234 from darranl/ELY-2859
Browse files Browse the repository at this point in the history
[ELY-2859] Update author information for Jessica Rodriguez.
  • Loading branch information
fjuma authored Nov 8, 2024
2 parents 15df9fd + 35bf0be commit 25853e4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* A utility class to utilize methods from the {@code FileSystemSecurityRealm} class for the Elytron Tool.
*
* @author <a href="mailto:[email protected]">Ashpan Raskar</a>
* @author <a href="mailto:carodrig@redhat.com">Cameron Rodriguez</a>
* @author <a href="mailto:jrodri@redhat.com">Jessica Rodriguez</a>
*/
public class FileSystemRealmUtil {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
* security-domain in WildFly.
*
* @author <a href="mailto:[email protected]">Ashpan Raskar</a>
* @author <a href="mailto:carodrig@redhat.com">Cameron Rodriguez</a>
* @author <a href="mailto:jrodri@redhat.com">Jessica Rodriguez</a>
*/

class FileSystemEncryptRealmCommand extends Command {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
* any identities use a schema which doesn't support integrity checking ({@code urn:elytron:identity:1.1} or earlier),
* they are also updated.
*
* @author <a href="mailto:carodrig@redhat.com">Cameron Rodriguez</a>
* @author <a href="mailto:jrodri@redhat.com">Jessica Rodriguez</a>
*/
public class FileSystemRealmIntegrityCommand extends Command {
static final String FILE_SYSTEM_REALM_INTEGRITY_COMMAND = "filesystem-realm-integrity";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

/**
* @author <a href="mailto:[email protected]">Ashpan Raskar</a>
* @author <a href="mailto:carodrig@redhat.com">Cameron Rodriguez</a>
* @author <a href="mailto:jrodri@redhat.com">Jessica Rodriguez</a>
*/
public class FileSystemEncryptRealmCommandTest extends AbstractCommandTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
import org.apache.commons.lang3.tuple.ImmutablePair;
import org.junit.Test;

/** @author <a href="mailto:carodrig@redhat.com">Cameron Rodriguez</a> */
/** @author <a href="mailto:jrodri@redhat.com">Jessica Rodriguez</a> */
public class FileSystemRealmIntegrityCommandTest extends AbstractCommandTest {

private static final String RELATIVE_BASE_DIR = "./target/test-classes/filesystem-integrity/";
Expand Down

0 comments on commit 25853e4

Please sign in to comment.