added name in file

This commit is contained in:
Paul 2020-10-23 10:33:23 +02:00
parent 54bb22280f
commit 87a5e07bdf
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
/**
* @author Paul Lödige (Matrikel: 15405036)
*/
package com.ploedige.uebung7; package com.ploedige.uebung7;
import androidx.annotation.Nullable; import androidx.annotation.Nullable;

View File

@ -1,3 +1,7 @@
/**
* @author Paul Lödige (Matrikel: 15405036)
*/
package com.ploedige.uebung7; package com.ploedige.uebung7;
import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.app.AppCompatActivity;