jankrause / idocit

Automatically exported from code.google.com/p/idocit
0 stars 0 forks source link

Change of the ThematicGridService.deriveThematicGrid(String, List<ThematicGrid>) return value #107

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The method signature in de.akra.idocit.common.services.ThematicGridService 
for 

"public static Map<String, Map<ThematicRole, Boolean>> 
deriveThematicGrid(String, List<ThematicGrid>)"

shall be changed to

"public static Map<String, ThematicGrid> deriveThematicGrid(String, 
List<ThematicGrid>)"

because it is more readable.

Original issue reported on code.google.com by dirk.mei...@gmail.com on 12 Jul 2012 at 8:20

GoogleCodeExporter commented 8 years ago

Original comment by dirk.mei...@gmail.com on 12 Jul 2012 at 8:20

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r652.

Original comment by dirk.mei...@gmail.com on 12 Jul 2012 at 12:28