mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
doc: Updated spelling occured -> occurred
Fixed small typo. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -49,7 +49,7 @@ public class MAX5487Example {
|
||||
Thread.sleep(5);
|
||||
} 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());
|
||||
}
|
||||
}
|
||||
|
||||
@ -60,7 +60,7 @@ public class MAX5487Example {
|
||||
Thread.sleep(5);
|
||||
} 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());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user