MCPcopy Create free account
hub / github.com/cconlon/kerberos-java-gssapi / printSubString

Method printSubString

examples/GssUtil.java:178–180  ·  view source on GitHub ↗
(String first, String second)

Source from the content-addressed store, hash-verified

176 }
177
178 public static void printSubString(String first, String second) {
179 System.out.printf(" | %-18s= %s\n", first, second);
180 }
181 public static void printSubString(String first, boolean second) {
182 String s = new Boolean(second).toString();
183 printSubString(first, s);

Callers 3

mainMethod · 0.95
establishContextMethod · 0.95
doCommunicationMethod · 0.95

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected