Исправление бага в LocalPreservable
This commit is contained in:
parent
3721aaac8c
commit
65b88181ee
@ -28,7 +28,7 @@ public class LocalPreservable<S> implements Preservable<S> {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Map<String, S> getAllSaveElement(Long personId) {
|
public Map<String, S> getAllSaveElement(Long personId) {
|
||||||
return null;
|
return saveMap.get(personId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -33,5 +33,4 @@ public interface Preservable<S> {
|
|||||||
|
|
||||||
Map<String, S> getAllSaveElement(Long personId);
|
Map<String, S> getAllSaveElement(Long personId);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user