From 4e24b46232c8e8ac3d8943eaa17da7f69006cdb4 Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Thu, 6 Jun 2013 14:36:57 +0200 Subject: [PATCH] the missing file --- src/org/oscim/utils/osm/Bound.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/org/oscim/utils/osm/Bound.java diff --git a/src/org/oscim/utils/osm/Bound.java b/src/org/oscim/utils/osm/Bound.java new file mode 100644 index 00000000..0fefb421 --- /dev/null +++ b/src/org/oscim/utils/osm/Bound.java @@ -0,0 +1,19 @@ +/* + * Copyright 2013 Hannes Janetzek + * + * This program is free software: you can redistribute it and/or modify it under the + * terms of the GNU Lesser General Public License as published by the Free Software + * Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License along with + * this program. If not, see . + */ +package org.oscim.utils.osm; + +public class Bound { + +}