removed unmappable character
This commit is contained in:
parent
acb55db237
commit
92a4c5289f
|
@ -26,7 +26,7 @@
|
||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* 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;
|
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.
|
* Displays source code and allows a user to add and remove breakpoints.
|
||||||
*
|
*
|
||||||
* @author Fredrik Österlind
|
* @author Fredrik Osterlind
|
||||||
*/
|
*/
|
||||||
public class CodeUI extends JPanel {
|
public class CodeUI extends JPanel {
|
||||||
private static Logger logger = Logger.getLogger(CodeUI.class);
|
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
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* 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;
|
package se.sics.cooja.mspmote.plugins;
|
||||||
|
@ -374,7 +374,7 @@ public class MspCodeWatcher extends VisPlugin {
|
||||||
* Breakpoint wrapper class.
|
* Breakpoint wrapper class.
|
||||||
* May contain breakpoint meta data such source code file and line number.
|
* May contain breakpoint meta data such source code file and line number.
|
||||||
*
|
*
|
||||||
* @author Fredrik Österlind
|
* @author Fredrik Osterlind
|
||||||
*/
|
*/
|
||||||
class Breakpoint {
|
class Breakpoint {
|
||||||
private CPUMonitor cpuMonitor = null;
|
private CPUMonitor cpuMonitor = null;
|
||||||
|
|
Loading…
Reference in a new issue