blob: 0a51c7a78cc3211171d62a153dcbc3dc8acb7ec2 [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.syncbase;
public class User {
// TODO(sadovsky): Fill this in further.
public String getId() {
throw new RuntimeException("Not implemented");
}
}