added serializable

This commit is contained in:
Francesco Mangiacrapa 2023-05-25 09:20:18 +02:00
parent af82f20ca5
commit e003479415
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import java.io.Serializable;
*
* May 12, 2023
*/
public class ConfiguredLayerDV implements Serializable, LayerIDV {
public class ConfiguredLayerDV implements LayerIDV, Serializable{
/**
*