Commit 4602b73e authored by Ján Popeláš's avatar Ján Popeláš 🤠
Browse files

Add forgotten @author tags before submitting

parent 855c03a6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ import static cz.fidentis.analyst.engines.sampling.PointSamplingConfig.Method.*;
 * @author Richard Pajersky
 * @author Radek Oslejsek
 * @author Daniel Schramm
 * @author Jan Popelas
 */
public class RegistrationAction extends ControlPanelAction<RegistrationPanel> implements HumanFaceListener {

+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ import java.util.List;
 * 
 * @author Natalia Bebjakova 
 * @author Radek Oslejsek
 * @author Jan Popelas
 */
public class Canvas extends JPanel implements HumanFaceListener {
    
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ import java.nio.ByteBuffer;
 * Listener invoked when the OpenGL canvas is initiated, shown, or resized.
 * 
 * @author Radek Oslejsek
 * @author Jan Popelas
 */
public class CanvasListener implements GLEventListener {