Skip to content

Commit

Permalink
[RESTEASY-1662] Fixing javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Jul 12, 2017
1 parent cd20bdf commit c1fb8b8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ public void testGetDoublePrimitiveListDefault() {

/**
* @tpTestDetails Basic test for char
* @tpSince RESTEasy 3.0.16
* @tpSince RESTEasy 3.0.24
*/
@Test
public void testGetChar() {
Expand All @@ -648,7 +648,7 @@ public void testGetChar() {

/**
* @tpTestDetails Basic test for char, test default value
* @tpSince RESTEasy 3.0.16
* @tpSince RESTEasy 3.0.24
*/
@Test
public void testGetCharPrimitivesDefault() {
Expand All @@ -657,7 +657,7 @@ public void testGetCharPrimitivesDefault() {

/**
* @tpTestDetails Basic test for char, use wrapper
* @tpSince RESTEasy 3.0.16
* @tpSince RESTEasy 3.0.24
*/
@Test
public void testGetCharPrimitiveWrappersDefault() {
Expand All @@ -666,7 +666,7 @@ public void testGetCharPrimitiveWrappersDefault() {

/**
* @tpTestDetails Basic test for list of char, do not use wrapper
* @tpSince RESTEasy 3.0.16
* @tpSince RESTEasy 3.0.24
*/
@Test
public void testGetCharPrimitiveListDefault() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ public void testGetDoublePrimitiveListDefault() {

/**
* @tpTestDetails Basic test for char
* @tpSince RESTEasy 3.0.16
* @tpSince RESTEasy 3.0.24
*/
@Test
public void testGetChar() {
Expand All @@ -436,7 +436,7 @@ public void testGetChar() {

/**
* @tpTestDetails Test default value of char
* @tpSince RESTEasy 3.0.16
* @tpSince RESTEasy 3.0.24
*/
@Test
public void testGetCharPrimitivesDefault() {
Expand All @@ -445,7 +445,7 @@ public void testGetCharPrimitivesDefault() {

/**
* @tpTestDetails Test default value of char with wrapper
* @tpSince RESTEasy 3.0.16
* @tpSince RESTEasy 3.0.24
*/
@Test
public void testGetCharPrimitiveWrappersDefault() {
Expand All @@ -454,7 +454,7 @@ public void testGetCharPrimitiveWrappersDefault() {

/**
* @tpTestDetails Test default value of list and array of char
* @tpSince RESTEasy 3.0.16
* @tpSince RESTEasy 3.0.24
*/
@Test
public void testGetCharPrimitiveListDefault() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ public void testGetDoublePrimitiveListDefault() {

/**
* @tpTestDetails Test char primitive object for get method
* @tpSince RESTEasy 3.0.16
* @tpSince RESTEasy 3.0.24
*/
@Test
public void testGetChar() {
Expand All @@ -528,7 +528,7 @@ public void testGetChar() {

/**
* @tpTestDetails Test char primitive object
* @tpSince RESTEasy 3.0.16
* @tpSince RESTEasy 3.0.24
*/
@Test
public void testGetCharPrimitivesDefault() {
Expand All @@ -537,7 +537,7 @@ public void testGetCharPrimitivesDefault() {

/**
* @tpTestDetails Test char primitive object with proxy
* @tpSince RESTEasy 3.0.16
* @tpSince RESTEasy 3.0.24
*/
@Test
public void testGetCharPrimitiveWrappersDefault() {
Expand All @@ -546,7 +546,7 @@ public void testGetCharPrimitiveWrappersDefault() {

/**
* @tpTestDetails Test char primitive objects in list
* @tpSince RESTEasy 3.0.16
* @tpSince RESTEasy 3.0.24
*/
@Test
public void testGetCharPrimitiveListDefault() {
Expand All @@ -555,7 +555,7 @@ public void testGetCharPrimitiveListDefault() {

/**
* @tpTestDetails Test char primitive objects in array
* @tpSince RESTEasy 3.0.16
* @tpSince RESTEasy 3.0.24
*/
@Test
public void testGetCharPrimitiveArrayDefault() {
Expand Down

0 comments on commit c1fb8b8

Please sign in to comment.