summaryrefslogtreecommitdiff
path: root/peripheral/libupm/examples/java/Apds9002.java
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/examples/java/Apds9002.java')
-rw-r--r--peripheral/libupm/examples/java/Apds9002.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/peripheral/libupm/examples/java/Apds9002.java b/peripheral/libupm/examples/java/Apds9002.java
index 4bb5de8..0c6b7cb 100644
--- a/peripheral/libupm/examples/java/Apds9002.java
+++ b/peripheral/libupm/examples/java/Apds9002.java
@@ -38,7 +38,7 @@ public class Apds9002 {
Thread.sleep(1000);
} catch (InterruptedException e) {
// TODO Auto-generated catch block
- System.out.println("The following exception occured: "+e.getMessage());
+ System.out.println("The following exception occurred: "+e.getMessage());
}
}
//! [Interesting]