Skip to content

Commit 6ef6df4

Browse files
committed
fix: javadoc comments added to example
1 parent fc13895 commit 6ef6df4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

modules/examples/src/main/java/com/ibm/cloud/code_engine/ibm_cloud_code_engine/v1/IbmCloudCodeEngineExamples.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,21 @@
3232
import io.kubernetes.client.openapi.apis.CoreV1Api;
3333
import io.kubernetes.client.openapi.models.V1ConfigMapList;
3434

35+
/**
36+
* Provides an example of using the IbmCloudCodeEngine package to interact with the Code Engine API
37+
*/
3538
public class IbmCloudCodeEngineExamples {
3639

3740
// Suppress utility class error by making private constructor
3841
private IbmCloudCodeEngineExamples() {
3942
throw new IllegalStateException("Just an example");
4043
}
4144

45+
/**
46+
* Class method which runs the example
47+
*
48+
* @param args argumments provided to the example program
49+
*/
4250
public static void main(String[] args) throws Exception {
4351

4452
// Create an IAM authenticator.

0 commit comments

Comments
 (0)