Make internal class final and package private
This commit is contained in:
parent
742db71a52
commit
54435a908f
@ -22,8 +22,8 @@ import java.util.List;
|
|||||||
* This Attribute is only for Encoder use to insert special command between object if needed
|
* This Attribute is only for Encoder use to insert special command between object if needed
|
||||||
* (like Multipart Mixed mode)
|
* (like Multipart Mixed mode)
|
||||||
*/
|
*/
|
||||||
public class InternalAttribute implements InterfaceHttpData {
|
final class InternalAttribute implements InterfaceHttpData {
|
||||||
protected final List<String> value = new ArrayList<String>();
|
private final List<String> value = new ArrayList<String>();
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public HttpDataType getHttpDataType() {
|
public HttpDataType getHttpDataType() {
|
||||||
|
Loading…
Reference in New Issue
Block a user