blob: 664184bc04a70e87211567ba9a14e624722b11ac [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.syncbase;
import io.v.todos.persistence.Persistence;
public class SyncbasePersistence implements Persistence {
@Override
public void close() {
}
}