Remove spurious comment line

Just a little tidyup since it was decided we didn't want these things
in the code base and this one must've slipped through the cracks
This commit is contained in:
Katelyn Baker 2017-07-27 11:56:11 +01:00
parent c721316d67
commit 981987b2b7

View File

@ -43,6 +43,3 @@ open class AmqpCarpenterBase {
fun testName() = Thread.currentThread().stackTrace[2].methodName
inline fun classTestName(clazz: String) = "${this.javaClass.name}\$${testName()}\$$clazz"
}
/**********************************************************************************************************************/