Skip to content

Commit

Permalink
Use SimpleName
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEgger committed Oct 3, 2021
1 parent ec2ae19 commit f071d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/ch/openolitor/core/RouteService.scala
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ trait DefaultRouteService extends HttpService with ActorReferences with BaseJson
if (genericList.nonEmpty) {
genericList.groupBy(_.getClass) map {
case (clazz, clazzSortedList) => {
var clazzSheet = createNewSheet(clazz.getName())
var clazzSheet = createNewSheet(clazz.getSimpleName())
clazzSortedList.head match {
case firstMapEntry: Map[_, _] =>
val listOfMaps = clazzSortedList.asInstanceOf[List[Map[String, Any]]]
Expand Down

0 comments on commit f071d30

Please sign in to comment.