Skip to content

Commit

Permalink
Deprecate examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcsmith-net committed Jun 12, 2014
1 parent e99f5e3 commit 5845809
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*
* @author Neil C Smith
*/
@Deprecated
public class NoiseAudioSource implements SimpleAudioClient.Processor {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*
* @author Neil C Smith
*/
@Deprecated
public class PassThrough implements SimpleAudioClient.Processor {


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*
* @author Neil C Smith
*/
@Deprecated
public class SineAudioSource implements SimpleAudioClient.Processor {

private final static int TABLE_SIZE = 200;
Expand Down

0 comments on commit 5845809

Please sign in to comment.