From 540f0eb065706417527c86b9e68a2c6a3e858e6f Mon Sep 17 00:00:00 2001 From: Niklas Bretz <niklas.bretz@student.reutlingen-university.de> Date: Mon, 12 Dec 2022 14:14:50 +0000 Subject: [PATCH] Translated console outs --- Aufgabe3/ConsoleApplication1/Producer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Aufgabe3/ConsoleApplication1/Producer.cs b/Aufgabe3/ConsoleApplication1/Producer.cs index 6bfb3f6..dbb1150 100644 --- a/Aufgabe3/ConsoleApplication1/Producer.cs +++ b/Aufgabe3/ConsoleApplication1/Producer.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Threading; namespace ConsoleApplication1 @@ -31,7 +31,7 @@ namespace ConsoleApplication1 if (wakeProducersUp) { - Console.WriteLine("producer wurde aufgeweckt"); + Console.WriteLine("producer was woken up"); isAsleep = false; } } @@ -71,4 +71,4 @@ namespace ConsoleApplication1 } } -} \ No newline at end of file +} -- GitLab