blob: 80c78b87aad3dd6bf2102bf668cccc38719ace98 [file] [log] [blame]
// Copyright 2016 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package io.v.todos.persistence;
public class SyncbasePersistence implements Persistence {
@Override
public void close() {
}
}