Skip to content

Commit

Permalink
update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Dec 27, 2013
1 parent 3c67ffc commit f7125c2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/com/alibaba/mtc/MtContextThreadLocal.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,12 @@ protected T copyValue(T parentValue) {

/**
* Override this method to have an initial value other than <tt>null</tt>.
*
* @see {@link ThreadLocal#initialValue()}
*/
@Override
protected T initialValue() {
return super.initialValue();
}

/**
* @see {@link java.lang.InheritableThreadLocal#childValue(Object)}
*/
@Override
protected T childValue(T parentValue) {
return super.childValue(parentValue);
Expand Down

0 comments on commit f7125c2

Please sign in to comment.