Revision 5981 org.gvsig.raster.tilecache/trunk/org.gvsig.raster.tilecache/org.gvsig.raster.tilecache.app/src/main/java/org/gvsig/raster/tilecache/app/TileCachePreferences.java

View differences:

TileCachePreferences.java
2 2
*
3 3
* Copyright (C) 2007-2008 Infrastructures and Transports Department
4 4
* of the Valencian Government (CIT)
5
* 
5
*
6 6
* This program is free software; you can redistribute it and/or
7 7
* modify it under the terms of the GNU General Public License
8 8
* as published by the Free Software Foundation; either version 2
9 9
* of the License, or (at your option) any later version.
10
* 
10
*
11 11
* This program is distributed in the hope that it will be useful,
12 12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13 13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 14
* GNU General Public License for more details.
15
* 
15
*
16 16
* You should have received a copy of the GNU General Public License
17 17
* along with this program; if not, write to the Free Software
18
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
18
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 19
* MA  02110-1301, USA.
20
* 
20
*
21 21
*/
22 22
package org.gvsig.raster.tilecache.app;
23 23

  
......
47 47
	private ImageIcon                 icon;
48 48

  
49 49
	private TileCachePreferencesPanel tilecache = null;
50
	
50

  
51 51
	private I18nManager i18n = ToolsLocator.getI18nManager();
52 52

  
53 53
	/**
......
98 98

  
99 99
	/**
100 100
	 * Gets a tile cache configuration panel
101
	 * @return
101
	 * @return tile cache configuration panel
102 102
	 */
103 103
	private TileCachePreferencesPanel getPreferenceTileCache() {
104 104
		if (tilecache == null) {

Also available in: Unified diff