From c429c1eb50956c28229a95f589403b5ca249053d Mon Sep 17 00:00:00 2001
From: Michael Ghebremussie
 <michael.ghebremussie@student.reutlingen-university.de>
Date: Mon, 12 Dec 2022 15:53:34 +0000
Subject: [PATCH] Update Buffer.cs

---
 Aufgabe3/ConsoleApplication1/Buffer.cs | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Aufgabe3/ConsoleApplication1/Buffer.cs b/Aufgabe3/ConsoleApplication1/Buffer.cs
index dd61b6e..eb56cb3 100644
--- a/Aufgabe3/ConsoleApplication1/Buffer.cs
+++ b/Aufgabe3/ConsoleApplication1/Buffer.cs
@@ -5,10 +5,6 @@ using System.Threading;
 
 namespace ConsoleApplication1
 {
-    /// <summary>
-    /// Creating a Class Buffer that contains a Queue that represent the "Parking lot".
-    /// The Queue is limited by the size that can manually be setted
-    /// </summary>
     
     public class Buffer
     {
-- 
GitLab