blob: 28503633546dedac258838a5fe47953bd5de242b [file] [log] [blame]
Andrew Brown7b1daf32015-01-19 16:36:01 -08001/*
andrewsbrown4feb2da2015-03-03 16:05:29 -08002 * jndn-utils
3 * Copyright (c) 2015, Intel Corporation.
4 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms and conditions of the GNU Lesser General Public License,
7 * version 3, as published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope it will be useful, but WITHOUT ANY
10 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11 * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
12 * more details.
Andrew Brown7b1daf32015-01-19 16:36:01 -080013 */
14package com.intel.jndn.utils;
15
16/**
Andrew Brownac282262015-01-20 16:14:43 -080017 * TODO waiting on Face to become overridable
andrewsbrown8372eaa2015-02-23 10:08:17 -080018 *
Andrew Brown7b1daf32015-01-19 16:36:01 -080019 * @author Andrew Brown <andrew.brown@intel.com>
20 */
21public class InternalFace {
22
23}