BF [ 2728466 ] - WebSessionCtx redundant finalize
This commit is contained in:
parent
d6ae8bc6ad
commit
fdee502a54
|
@ -416,16 +416,6 @@ public class WebSessionCtx implements Serializable
|
||||||
quantityFormat = DisplayType.getNumberFormat(DisplayType.Quantity, language);
|
quantityFormat = DisplayType.getNumberFormat(DisplayType.Quantity, language);
|
||||||
} // setLanguage
|
} // setLanguage
|
||||||
|
|
||||||
/**
|
|
||||||
* Finalize
|
|
||||||
* @throws java.lang.Throwable
|
|
||||||
*/
|
|
||||||
protected void finalize ()
|
|
||||||
throws Throwable
|
|
||||||
{
|
|
||||||
super.finalize ();
|
|
||||||
} // finalize
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* String representation
|
* String representation
|
||||||
* @return Session + count
|
* @return Session + count
|
||||||
|
|
Loading…
Reference in New Issue