mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 01:58:24 +00:00
Javadoc
This commit is contained in:
parent
be5fea4fad
commit
47f433f490
@ -161,7 +161,7 @@ public static String keep(final String str, final String... set) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of delete and keep
|
* Implements delete and keep.
|
||||||
*
|
*
|
||||||
* @param str String to modify characters within
|
* @param str String to modify characters within
|
||||||
* @param set String[] set of characters to modify
|
* @param set String[] set of characters to modify
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
public abstract class CodePointTranslator extends CharSequenceTranslator {
|
public abstract class CodePointTranslator extends CharSequenceTranslator {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of translate that maps onto the abstract translate(int, Writer) method.
|
* Implements translate to map onto the abstract translate(int, Writer) method.
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
|
@ -28,8 +28,9 @@
|
|||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public class UnicodeUnpairedSurrogateRemover extends CodePointTranslator {
|
public class UnicodeUnpairedSurrogateRemover extends CodePointTranslator {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of translate that throws out unpaired surrogates.
|
* Implements translate that throws out unpaired surrogates.
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user