Commit 7aaa9d52 authored by Bart Mathijssen's avatar Bart Mathijssen Committed by Evan W. Patton

Fix author info problem

parent f89e4d7c
......@@ -10,7 +10,7 @@ package com.google.appinventor.components.runtime;
* Interface for components that need to do something when they are dynamically deleted (most
* likely by the REPL)
*
* @author markf@google.com (Your Name Here)
* @author markf@google.com (Mark Friedman)
*/
public interface Deleteable {
void onDelete();
......
......@@ -54,7 +54,7 @@ import kawa.standard.Scheme;
* Subclass of Form used by the 'stem cell apk', i.e. the Android app that allows communication
* via the Repl
*
* @author markf@google.com (Your Name Here)
* @author markf@google.com (Mark Friedman)
*/
public class ReplForm extends Form {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment