Skip to content

Commit

Permalink
Rremove "@Version $Revision: $" since Git does not support automatic …
Browse files Browse the repository at this point in the history
…keyword substitution.
  • Loading branch information
rhusar committed Jan 24, 2025
1 parent e94b95a commit 50bcba7
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@

/**
* A set of privileged actions that are not to leak out of this package
*
* @version $Revision: $
*/
final class SecurityActions {

Expand Down Expand Up @@ -316,4 +314,4 @@ static <T extends Annotation> T findAnnotation(final Annotation[] annotations, f
}
return null;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
* A set of privileged activities that are not to leak out of this package
*
* @author <a href="mailto:[email protected]">ALR</a>
* @version $Revision: $
*/
final class SecurityActions {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
* A set of privileged actions that are not to leak out of this package
*
* @author <a href="mailto:[email protected]">ALR</a>
* @version $Revision: $
*/
final class SecurityActions {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
* A set of privileged actions that are not to leak out of this package
*
* @author <a href="mailto:[email protected]">ALR</a>
* @version $Revision: $
*/
final class SecurityActions {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
* A set of privileged actions that are not to leak out of this package
*
* @author <a href="mailto:[email protected]">ALR</a>
* @version $Revision: $
*/
final class SecurityActions {

Expand Down

0 comments on commit 50bcba7

Please sign in to comment.