This commit is contained in:
Hannes Janetzek
2013-02-22 08:29:56 +01:00
parent d64988a56a
commit 8aab183d1a
4 changed files with 4 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012, 2013 OpenScienceMap
* Copyright 2012, 2013 Hannes Janetzek
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General License as published by the Free Software
@@ -21,8 +21,6 @@ import org.oscim.renderer.layer.TextItem;
/**
* Extends Tile class for concurrent use in TileManager,
* TileGenerator and GLRenderer threads.
*
* @author Hannes Janetzek
*/
public final class MapTile extends JobTile {