Skip to content

Commit eaee548

Browse files
author
Christian Huff
committed
resolved conflicts
2 parents 3f59f2b + 78f57fb commit eaee548

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/scribe/model/Token.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/**
77
* Represents an OAuth token (either request or access token) and its secret
8-
*
8+
*
99
* @author Pablo Fernandez
1010
*/
1111
public class Token implements Serializable {

src/main/java/org/scribe/oauth/OAuth10aServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/**
1111
* OAuth 1.0a implementation of {@link OAuthService}
12-
*
12+
*
1313
* @author Pablo Fernandez
1414
*/
1515
public class OAuth10aServiceImpl implements OAuthService {

0 commit comments

Comments
 (0)