MCPcopy Create free account
hub / github.com/M66B/FairEmail / toString

Method toString

app/src/main/java/javax/mail/Service.java:602–609  ·  view source on GitHub ↗

Return getURLName.toString() if this service has a URLName, otherwise it will return the default toString .

()

Source from the content-addressed store, hash-verified

600 * otherwise it will return the default <code>toString</code>.
601 */
602 @Override
603 public String toString() {
604 URLName url = getURLName();
605 if (url != null)
606 return url.toString();
607 else
608 return super.toString();
609 }
610
611 /**
612 * Add the event and vector of listeners to the queue to be delivered.

Callers

nothing calls this directly

Calls 2

getURLNameMethod · 0.95
toStringMethod · 0.95

Tested by

no test coverage detected