| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| GetTinyThumbNailController |
|
| 0.0;0 |
| 1 | /****************************************************************************** | |
| 2 | * GetTinyThumbNailController.java - Basically, an unprotected GetThumbNailController | |
| 3 | * I want to get at the thumbs from the pics.buckosoft.com list, so i made this not-so-fine hack. | |
| 4 | * | |
| 5 | * PicMan - The BuckoSoft Picture Manager in Java | |
| 6 | * Copyright(c) 2009 - Dick Balaska | |
| 7 | * | |
| 8 | */ | |
| 9 | package com.buckosoft.PicMan.web; | |
| 10 | ||
| 11 | /** | |
| 12 | * @author dick | |
| 13 | * | |
| 14 | */ | |
| 15 | 0 | public class GetTinyThumbNailController extends GetThumbNailController { |
| 16 | ||
| 17 | } |