Pārlūkot izejas kodu

fixed traffic_light sgen options

Axel Terfloth 9 gadi atpakaļ
vecāks
revīzija
736848ef2d
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 4 4
      examples/traffic_light/model/TrafficLightCtrl.sgen

+ 4 - 4
examples/traffic_light/model/TrafficLightCtrl.sgen

@@ -17,11 +17,11 @@ GeneratorModel for yakindu::java {
 			TimerService = true
 		}
 		
-		feature RunnableWrapper {
-			namePrefix =  "" 
-			nameSuffix =  "Runnable" 
+		feature SynchronizedWrapper {
+			namePrefix =  "Synchronized" 
+			nameSuffix =  "" 
 		}
-		
+				
 		feature LicenseHeader {
 			licenseText = "
 Copyright (c) 2012-2015 committers of YAKINDU and others.