mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Update line length
Wrap at 100 chars
This commit is contained in:
parent
b318c79f18
commit
513361f6ff
1 changed files with 2 additions and 1 deletions
|
|
@ -112,7 +112,8 @@ public class S3NotebookRepo implements NotebookRepo {
|
|||
* Create an instance of a custom encryption materials provider class
|
||||
* which supplies encryption keys to use when reading/writing data in S3.
|
||||
*/
|
||||
private EncryptionMaterialsProvider createCustomProvider(ZeppelinConfiguration conf) throws IOException {
|
||||
private EncryptionMaterialsProvider createCustomProvider(ZeppelinConfiguration conf)
|
||||
throws IOException {
|
||||
// use a custom encryption materials provider class
|
||||
String empClassname = conf.getS3EncryptionMaterialsProviderClass();
|
||||
EncryptionMaterialsProvider emp;
|
||||
|
|
|
|||
Loading…
Reference in a new issue