diff --git a/src/Famix-UMLDocumentor/FamixUMLPlantUMLBackend.class.st b/src/Famix-UMLDocumentor/FamixUMLPlantUMLBackend.class.st index 7b792aa2..2d536e20 100644 --- a/src/Famix-UMLDocumentor/FamixUMLPlantUMLBackend.class.st +++ b/src/Famix-UMLDocumentor/FamixUMLPlantUMLBackend.class.st @@ -57,9 +57,7 @@ FamixUMLPlantUMLBackend >> generateClassHeader: aUMLClass [ << aUMLClass name ; << ' <<(' ; << (self classMarker: aUMLClass) ; - << ',#' ; - << aUMLClass color asHexString ; - << $). + << ',white)'. aUMLClass isStub ifTrue: [ outputStream << 'External' ]. outputStream << '>> #' ;