Committed by
Gerrit Code Review
Place @deprecated tag in Javadoc
Change-Id: Icd08c2587302193e99f81c961f3c46acfaf0b11d
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -30,6 +30,7 @@ public interface HostProviderService extends ProviderService<HostProvider> { | ... | @@ -30,6 +30,7 @@ public interface HostProviderService extends ProviderService<HostProvider> { |
| 30 | * | 30 | * |
| 31 | * @param hostId id of the host that been detected | 31 | * @param hostId id of the host that been detected |
| 32 | * @param hostDescription description of host and its location | 32 | * @param hostDescription description of host and its location |
| 33 | + * @deprecated in Drake release | ||
| 33 | */ | 34 | */ |
| 34 | @Deprecated | 35 | @Deprecated |
| 35 | default void hostDetected(HostId hostId, HostDescription hostDescription) { | 36 | default void hostDetected(HostId hostId, HostDescription hostDescription) { | ... | ... |
-
Please register or login to post a comment