Skip to content

Commit b7b5e73

Browse files
committed
- break long line commnent into multi lines
1 parent f2eb845 commit b7b5e73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ In the calling activity, override the `onActivityResult` method to receive the p
101101
@Override
102102
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
103103
/*
104-
We advise you to do a further verification of transaction's details on your server to be sure everything checks out before providing service or goods.
104+
* We advise you to do a further verification of transaction's details on your server to be
105+
* sure everything checks out before providing service or goods.
105106
*/
106107
if (requestCode == RaveConstants.RAVE_REQUEST_CODE && data != null) {
107108
String message = data.getStringExtra("response");

0 commit comments

Comments
 (0)