Skip to content

Commit 6bf8956

Browse files
committed
Fix javadocs in examples submodule
1 parent 7583356 commit 6bf8956

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

examples/src/main/java/io/kubernetes/client/examples/AttachExample.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
/**
3232
* A simple example of how to use the Java API
3333
*
34-
* Easiest way to run this:
34+
* <p>Easiest way to run this:
3535
* mvn exec:java -Dexec.mainClass="io.kubernetes.client.examples.AttachExample"
3636
*
37-
* From inside $REPO_DIR/examples
37+
* <p>From inside $REPO_DIR/examples
3838
*/
3939
public class AttachExample {
4040
public static void main(String[] args) throws IOException, ApiException, InterruptedException {

examples/src/main/java/io/kubernetes/client/examples/Example.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
/**
2727
* A simple example of how to use the Java API
2828
*
29-
* Easiest way to run this:
29+
* <p>Easiest way to run this:
3030
* mvn exec:java -Dexec.mainClass="io.kubernetes.client.examples.Example"
3131
*
32-
* From inside $REPO_DIR/kubernetes
32+
* <p>From inside $REPO_DIR/examples
3333
*/
3434
public class Example {
3535
public static void main(String[] args) throws IOException, ApiException{

examples/src/main/java/io/kubernetes/client/examples/ExecExample.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
/**
3232
* A simple example of how to use the Java API
3333
*
34-
* Easiest way to run this:
34+
* <p>Easiest way to run this:
3535
* mvn exec:java -Dexec.mainClass="io.kubernetes.client.examples.Example"
3636
*
37-
* From inside $REPO_DIR/kubernetes
37+
* <p>From inside $REPO_DIR/examples
3838
*/
3939
public class ExecExample {
4040
public static void main(String[] args) throws IOException, ApiException, InterruptedException {

examples/src/main/java/io/kubernetes/client/examples/LogsExample.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
/**
3333
* A simple example of how to use the Java API
3434
*
35-
* Easiest way to run this:
35+
* <p>Easiest way to run this:
3636
* mvn exec:java -Dexec.mainClass="io.kubernetes.client.examples.LogsExample"
3737
*
38-
* From inside $REPO_DIR/examples
38+
* <p>From inside $REPO_DIR/examples
3939
*/
4040
public class LogsExample {
4141
public static void main(String[] args) throws IOException, ApiException, InterruptedException {

examples/src/main/java/io/kubernetes/client/examples/PortForwardExample.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
/**
3737
* A simple example of how to use the Java API
3838
*
39-
* Easiest way to run this:
39+
* <p>Easiest way to run this:
4040
* mvn exec:java -Dexec.mainClass="io.kubernetes.client.examples.PortForwardExample"
4141
* from inside $REPO_DIR/examples
4242
*
43-
* Then:
43+
* <p>Then:
4444
* curl localhost:8080
4545
* from a different terminal (but be quick about it, the socket times out pretty fast...)
4646
*

examples/src/main/java/io/kubernetes/client/examples/ProtoExample.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
/**
3232
* A simple example of how to use the Java API
3333
*
34-
* Easiest way to run this:
34+
* <p>Easiest way to run this:
3535
* mvn exec:java -Dexec.mainClass="io.kubernetes.client.examples.ProtoExample"
3636
*
37-
* From inside $REPO_DIR/examples
37+
* <p>From inside $REPO_DIR/examples
3838
*/
3939
public class ProtoExample {
4040
public static void main(String[] args) throws IOException, ApiException, InterruptedException {

0 commit comments

Comments
 (0)