From 687a3047fdceee423d619f2d5e274fab4f855fa1 Mon Sep 17 00:00:00 2001 From: Krishna Acondy Date: Mon, 21 Sep 2020 08:38:03 +0100 Subject: [PATCH] chore(*): remove trailing slashes --- src/types/SASjsConfig.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/types/SASjsConfig.ts b/src/types/SASjsConfig.ts index f6cc02a..44f7e48 100644 --- a/src/types/SASjsConfig.ts +++ b/src/types/SASjsConfig.ts @@ -1,8 +1,8 @@ import { ServerType } from './ServerType' /** - * Specifies the configuration for the SASjs instance - eg where and how to - * connect to SAS. + * Specifies the configuration for the SASjs instance - eg where and how to + * connect to SAS. */ export class SASjsConfig { /** @@ -43,7 +43,7 @@ export class SASjsConfig { * The name of the compute context to use when calling the Viya APIs directly. * Example value: 'SAS Job Execution compute context' * If set to missing or empty, and useComputeApi is true, the adapter will use - * the JES APIs. If provided, the Job Code will be executed in pooled + * the JES APIs. If provided, the Job Code will be executed in pooled * compute sessions on this named context. */ contextName: string = '' @@ -52,7 +52,7 @@ export class SASjsConfig { * performance, set to `true` and provide a `contextName` on which to run * the code. When running on a named context, the code executes under the * user identity. When running as a Job Execution service, the code runs - * under the identity in the JES context. If no `contextName` is provided, + * under the identity in the JES context. If no `contextName` is provided, * and `useComputeApi` is `true`, then the service will run as a Job, except * triggered using the APIs instead of the Job Execution Web Service broker. */