Skip to content

Commit 212044f

Browse files
committed
Added static modifiers for all methods
I changed all method modifiers from instance method to class method based on the reviewer's proposal.
1 parent f1d6bff commit 212044f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ public class ExpandedExample {
5858
private static final Logger LOGGER = LoggerFactory.getLogger(ExpandedExample.class);
5959

6060
/**
61-
* Constructor
62-
*
63-
* @throws java.io.IOException
61+
* Static Initializer
6462
*/
6563
static {
6664
// ApiClient client = Config.defaultClient();

0 commit comments

Comments
 (0)