Merge "Fix typo" into honeycomb
This commit is contained in:
@@ -150,7 +150,7 @@ public class AudioEffect {
|
|||||||
*/
|
*/
|
||||||
public static final int ERROR = -1;
|
public static final int ERROR = -1;
|
||||||
/**
|
/**
|
||||||
* Internal opreation status. Not returned by any method.
|
* Internal operation status. Not returned by any method.
|
||||||
*/
|
*/
|
||||||
public static final int ALREADY_EXISTS = -2;
|
public static final int ALREADY_EXISTS = -2;
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ public class Visualizer {
|
|||||||
*/
|
*/
|
||||||
public static final int ERROR = -1;
|
public static final int ERROR = -1;
|
||||||
/**
|
/**
|
||||||
* Internal opreation status. Not returned by any method.
|
* Internal operation status. Not returned by any method.
|
||||||
*/
|
*/
|
||||||
public static final int ALREADY_EXISTS = -2;
|
public static final int ALREADY_EXISTS = -2;
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user