From df50a64803f94bade58517a150a6237d952a6be1 Mon Sep 17 00:00:00 2001 From: Nic0Nic0Nii Date: Thu, 30 Sep 2021 04:34:04 +0000 Subject: [PATCH] Testing Co-authored-by: sigonasr2 --- coauthors.sh | 2 +- src/sig/Meteo.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coauthors.sh b/coauthors.sh index 58f7671..7a45363 100755 --- a/coauthors.sh +++ b/coauthors.sh @@ -9,4 +9,4 @@ cat <<-EOF > ~/.git-coauthors } } EOF -git mob sig \ No newline at end of file +git mob sig \ No newline at end of file diff --git a/src/sig/Meteo.java b/src/sig/Meteo.java index 602ad49..6f9a4c7 100644 --- a/src/sig/Meteo.java +++ b/src/sig/Meteo.java @@ -7,7 +7,7 @@ import java.util.ArrayList; import javax.swing.JFrame; import java.awt.event.MouseEvent; -import java.awt.event.MouseListener; +import java.awt.event.MouseListener; import java.awt.event.MouseMotionListener; public class Meteo implements MouseListener,MouseMotionListener{