Skip to content

Commit

Permalink
Better deprecated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-spas committed Jul 22, 2021
1 parent d2e5b97 commit 5d7ad10
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public synchronized void setCollecting(boolean collecting) {
*
* @param mode the new mode for the sampler.
* @since 0.30
* @deprecated Is now a noop.
* @deprecated Will be removed without replacement. Has now no effect.
*/
@SuppressWarnings("unused")
@Deprecated
Expand Down Expand Up @@ -292,7 +292,7 @@ public synchronized void setStackLimit(int stackLimit) {
*
* @param delaySamplingUntilNonInternalLangInit Enable or disable this option.
* @since 0.31
* @deprecated Is now a noop.
* @deprecated Will be removed without replacement. Has now no effect.
*/
@Deprecated
@SuppressWarnings("unused")
Expand Down

0 comments on commit 5d7ad10

Please sign in to comment.