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
|
||||
* 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 Ö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 Österlind
|
||||
* @author Fredrik Osterlind
|
||||
*/
|
||||
class Breakpoint {
|
||||
private CPUMonitor cpuMonitor = null;
|
||||
|
|
Loading…
Reference in a new issue