%line | %branch | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
com.wikihouse.wildcats0201.jdbcchart.dto.SQL |
|
|
1 | package com.wikihouse.wildcats0201.jdbcchart.dto; |
|
2 | ||
3 | /** |
|
4 | * <B>SQL </B>. |
|
5 | * |
|
6 | * @author $Author: wildcats $ |
|
7 | * @version $Revision: 5 $ |
|
8 | */ |
|
9 | public class SQL { |
|
10 | ||
11 | private final String text; |
|
12 | 2 | |
13 | 3 | public SQL(String text) { |
14 | 3 | this.text = text; |
15 | 1 | } |
16 | ||
17 | 2 | public String getText() { |
18 | 1 | return this.text; |
19 | } |
|
20 | } |
This report is generated by jcoverage, Maven and Maven JCoverage Plugin. |