blob: 48daac5957a9306f2bf88260acdabb3a2eb32244 [file] [log] [blame]
package p;
public class SomeDiffClass {
/**
*
* @param theSomeDiffClass param of {@link #makeSomeDiffClass(SomeDiffClass) }.
* @return
*/
Object makeSomeDiffClass(SomeDiffClass theSomeDiffClass) {
return theSomeDiffClass;
}
}