Skip to content

Commit 358d828

Browse files
committed
SK-1959 Fix README after rebase
1 parent 8851d28 commit 358d828

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,7 @@ static class DemoTokenProvider implements TokenProvider {
327327
String filePath = "<YOUR_CREDENTIALS_FILE_HERE>";
328328
res = Token.generateBearerToken(filePath);
329329
} catch (SkyflowException e) {
330-
System.out.println("Error occurred: ");
331-
System.out.println(e);
330+
e.printStackTrace();
332331
}
333332
}
334333
}
@@ -642,7 +641,6 @@ public class InsertSchema {
642641
}
643642
}
644643
}
645-
646644
```
647645

648646
Insert
@@ -1267,7 +1265,7 @@ There are four accepted values for RedactionType:
12671265
* `REDACTED`
12681266
* `DEFAULT`
12691267

1270-
- `returnTokens` set to `false`
1268+
## Update
12711269

12721270
To update data in your vault, use the `update` method. The `UpdateRequest` class is used to create an update request,
12731271
where you specify parameters such as the table name, data (as a map of key value pairs), tokens, returnTokens, and
@@ -1695,8 +1693,7 @@ public class ChangeLogLevel {
16951693
16961694
Currently, the following 5 log levels are supported:
16971695
1698-
When `LogLevel.INFO` is passed, INFO logs for every event that has occurred during the SDK flow execution will be
1699-
printed along with WARN and ERROR logs
1696+
- `DEBUG`:
17001697
17011698
When `LogLevel.DEBUG` is passed, all level of logs will be printed(DEBUG, INFO, WARN, ERROR)
17021699

0 commit comments

Comments
 (0)