diff --git a/lib/src/main/scala/tribufu/Library.scala b/lib/src/main/scala/tribufu/Library.scala index 6d0e6f2..bb85a8c 100644 --- a/lib/src/main/scala/tribufu/Library.scala +++ b/lib/src/main/scala/tribufu/Library.scala @@ -11,8 +11,7 @@ class Library { } /** - * A native method that is implemented by the 'TribuFu' native library, which is packaged with - * this library. + * A native method that is implemented by the 'TribuFu' native library. */ //@native def Hello(): Int }