Skip to content

Commit

Permalink
Restyled by google-java-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and joonhaengHeo committed May 24, 2024
1 parent ceb7996 commit de0c333
Showing 1 changed file with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,11 @@ public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode) {
() -> {
chipMdnsCallback.handleServiceResolve(
serviceInfo.getServiceName(),
// Use the target service info since the resolved service info sometimes appends a "." at the front likely because it is trying to strip the service name out of it and something is missed.
// The target service info service type should be effectively the same as the resolved service info.
// Use the target service info since the resolved service info sometimes
// appends a "." at the front likely because it is trying to strip the
// service name out of it and something is missed.
// The target service info service type should be effectively the same as
// the resolved service info.
NsdServiceFinderAndResolver.this.targetServiceInfo.getServiceType(),
null,
null,
Expand Down Expand Up @@ -165,8 +168,11 @@ public void onServiceResolved(NsdServiceInfo serviceInfo) {
// TODO: Find out if DNS-SD results for Android should contain interface ID
chipMdnsCallback.handleServiceResolve(
serviceInfo.getServiceName(),
// Use the target service info since the resolved service info sometimes appends a "." at the front likely because it is trying to strip the service name out of it and something is missed.
// The target service info service type should be effectively the same as the resolved service info.
// Use the target service info since the resolved service info sometimes
// appends a "." at the front likely because it is trying to strip the
// service name out of it and something is missed.
// The target service info service type should be effectively the same as
// the resolved service info.
NsdServiceFinderAndResolver.this.targetServiceInfo.getServiceType(),
hostName,
address,
Expand Down

0 comments on commit de0c333

Please sign in to comment.