mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-07 18:25:14 +00:00
removed unmappable character
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: CodeUI.java,v 1.3 2008/03/19 14:53:58 fros4943 Exp $
|
||||
* $Id: CodeUI.java,v 1.4 2008/04/23 13:47:18 fros4943 Exp $
|
||||
*/
|
||||
|
||||
package se.sics.cooja.mspmote.plugins;
|
||||
@@ -50,7 +50,7 @@ import se.sics.mspsim.extutil.highlight.TokenTypes;
|
||||
/**
|
||||
* Displays source code and allows a user to add and remove breakpoints.
|
||||
*
|
||||
* @author Fredrik <EFBFBD>sterlind
|
||||
* @author Fredrik Osterlind
|
||||
*/
|
||||
public class CodeUI extends JPanel {
|
||||
private static Logger logger = Logger.getLogger(CodeUI.class);
|
||||
|
@@ -26,7 +26,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: MspCodeWatcher.java,v 1.10 2008/04/23 13:47:18 fros4943 Exp $
|
||||
* $Id: MspCodeWatcher.java,v 1.11 2008/04/23 13:49:29 fros4943 Exp $
|
||||
*/
|
||||
|
||||
package se.sics.cooja.mspmote.plugins;
|
||||
@@ -374,7 +374,7 @@ public class MspCodeWatcher extends VisPlugin {
|
||||
* Breakpoint wrapper class.
|
||||
* May contain breakpoint meta data such source code file and line number.
|
||||
*
|
||||
* @author Fredrik <EFBFBD>sterlind
|
||||
* @author Fredrik Osterlind
|
||||
*/
|
||||
class Breakpoint {
|
||||
private CPUMonitor cpuMonitor = null;
|
||||
|
Reference in New Issue
Block a user