diff --git a/Aufgabe3/ConsoleApplication1/Buffer.cs b/Aufgabe3/ConsoleApplication1/Buffer.cs index dd61b6e59bae918be9bc7512b1820cc14b7ec169..eb56cb34380483197981c95399346ada24c17617 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 {