Skip to content

Commit

Permalink
Remove ident ID value
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwatson committed Nov 10, 2023
1 parent 1201365 commit 814024b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* @param <T> The value mapped to the tracked item.
* @param <R> The reason the tracked item is being tracked or untracked.
* @ThreadSafe
* @author $Id: 687685a4755f24def9382a8132fb0740323669fe $
* @author $Id$
* @since 1.4
*/
abstract class AbstractTracked<S, T, R> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
*
* @param <T> The type of the tracked object.
* @ThreadSafe
* @author $Id: 3682b0c1b257ec7c6760e9c4e5d62a3eda567451 $
* @author $Id$
* @since 1.4
*/
@ConsumerType
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*
* @param <T> The type of the tracked object.
* @ThreadSafe
* @author $Id: f2733a974918984537676e30a7a96e7056244d98 $
* @author $Id$
* @since 1.4
*/
@ConsumerType
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
* @param <S> The type of the service being tracked.
* @param <T> The type of the tracked object.
* @ThreadSafe
* @author $Id: 67bfe046ad3b548a1f062cb5e2f7efd3d1707d90 $
* @author $Id$
*/
@ConsumerType
public class ServiceTracker<S, T> implements ServiceTrackerCustomizer<S, T> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* @param <S> The type of the service being tracked.
* @param <T> The type of the tracked object.
* @ThreadSafe
* @author $Id: 4617b2c5a0fba74a1a48db7188a3c946c672fefb $
* @author $Id$
*/
@ConsumerType
public interface ServiceTrackerCustomizer<S, T> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* <p>
* {@code Import-Package: org.osgi.util.tracker; version="[1.5,2.0)"}
*
* @author $Id: 525c871316f48c75de552961b6e34b621bad047a $
* @author $Id$
*/

@Version("1.5.4")
Expand Down

0 comments on commit 814024b

Please sign in to comment.