mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 17:31:13 +03:00
unicode: Remove B7 unicode character from examples
The 00B7 unicode character in 4 of the Java examples can cause warnings (and possible errors) when compiling. Removed to minimize this risk. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -59,7 +59,7 @@ public class HMTRPSample {
|
||||
// device, and periodically transmit "Hello World".
|
||||
|
||||
// If any argument was specified on the command line, do a simple
|
||||
// configuration query and output the results. The radio must be in·
|
||||
// configuration query and output the results. The radio must be in
|
||||
// CONFIG mode for this to work.
|
||||
|
||||
if (args.length > 0) {
|
||||
|
Reference in New Issue
Block a user