View | Details | Raw Unified | Return to bug 222735 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/jdt/apt/tests/annotations/mirrortest/ASTBasedMirrorDeclarationProcessorFactory.java (-1 / +1 lines)
Lines 73-79 Link Here
73
						final String name = method.getSimpleName();
73
						final String name = method.getSimpleName();
74
						if( name.equals("getType") ){
74
						if( name.equals("getType") ){
75
							final String methodString = method.toString();
75
							final String methodString = method.toString();
76
							final String expectedString = "UnknownType getType()";
76
							final String expectedString = " getType()";
77
							assertEqual(expectedString, methodString, "signature mismatch");
77
							assertEqual(expectedString, methodString, "signature mismatch");
78
						}
78
						}
79
						else if( name.equals("voidMethod")){
79
						else if( name.equals("voidMethod")){

Return to bug 222735