Skip to content

Commit 64afb2f

Browse files
committed
Fix @author typo
1 parent 0ef60eb commit 64afb2f

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

java-manta-client-unshaded/src/main/java/com/joyent/manta/client/crypto/AesCipherDetailsFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* Class for constructing AesCipherDetails which may or may not be useable in the current runtime.
1515
*
16-
* @author <a href="https://github.com/tjcelaya">Tomas Celayac</a>
16+
* @author <a href="https://github.com/tjcelaya">Tomas Celaya</a>
1717
*/
1818
public final class AesCipherDetailsFactory {
1919

java-manta-client-unshaded/src/main/java/com/joyent/manta/client/crypto/LocallyIllegalAesCipherDetails.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Implementation of an AESCipherDetails that MUST NOT be used within the current runtime.
1717
*
18-
* @author <a href="https://github.com/tjcelaya">Tomas Celayac</a>
18+
* @author <a href="https://github.com/tjcelaya">Tomas Celaya</a>
1919
*/
2020
public class LocallyIllegalAesCipherDetails implements SupportedCipherDetails {
2121

java-manta-client-unshaded/src/main/java/com/joyent/manta/config/AuthAwareConfigContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* As far as users are concerned, this class is just as thread-safe as every other {@link ConfigContext} (i.e. generally
2626
* not) but we're using a private object as a lock in order to at least synchronize reloads and field updates.
2727
*
28-
* @author <a href="https://github.com/tjcelaya">Tomas Celayac</a>
28+
* @author <a href="https://github.com/tjcelaya">Tomas Celaya</a>
2929
* @since 3.1.7
3030
*/
3131
public class AuthAwareConfigContext

java-manta-client-unshaded/src/main/java/com/joyent/manta/http/DynamicHttpSignatureRequestInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Request interceptor which can read potentially-changing authentication configuration from a
2222
* {@link AuthAwareConfigContext}.
2323
*
24-
* @author <a href="https://github.com/tjcelaya">Tomas Celayac</a>
24+
* @author <a href="https://github.com/tjcelaya">Tomas Celaya</a>
2525
* @since 3.1.7
2626
*/
2727
class DynamicHttpSignatureRequestInterceptor implements HttpRequestInterceptor {

java-manta-client-unshaded/src/main/java/com/joyent/manta/http/HttpConnectionAware.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* Interface indicating a class has access to a {@link MantaConnectionContext}.
1212
*
13-
* @author <a href="https://github.com/tjcelaya">Tomas Celayac</a>
13+
* @author <a href="https://github.com/tjcelaya">Tomas Celaya</a>
1414
* @since 3.1.7
1515
*/
1616
interface HttpConnectionAware {

java-manta-client-unshaded/src/main/java/com/joyent/manta/http/MantaConnectionFactoryConfigurator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Object for providing pre-configured HttpClient objects to use with {@link MantaConnectionFactory}.
1616
*
17-
* @author <a href="https://github.com/tjcelaya">Tomas Celayac</a>
17+
* @author <a href="https://github.com/tjcelaya">Tomas Celaya</a>
1818
* @since 3.1.7
1919
*/
2020
public class MantaConnectionFactoryConfigurator {

0 commit comments

Comments
 (0)