classes http://jira.mfd.msk:8088/browse/CLS-405 ConstSerializable up version
This commit is contained in:
parent
4463f9479f
commit
0e4acc54fa
1 changed files with 1 additions and 1 deletions
|
|
@ -4,5 +4,5 @@ package ru.clearing.classes;
|
||||||
* В случае любых изменений модуля classes необходимо изменить serialVersionUID++
|
* В случае любых изменений модуля classes необходимо изменить serialVersionUID++
|
||||||
*/
|
*/
|
||||||
public interface ConstSerializable {
|
public interface ConstSerializable {
|
||||||
long serialVersionUID = 293236453420L;
|
long serialVersionUID = 293236453421L;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue