Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
7aaa9d52
Commit
7aaa9d52
authored
Aug 23, 2019
by
Bart Mathijssen
Committed by
Evan W. Patton
Aug 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix author info problem
parent
f89e4d7c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
appinventor/components/src/com/google/appinventor/components/runtime/Deleteable.java
...com/google/appinventor/components/runtime/Deleteable.java
+1
-1
appinventor/components/src/com/google/appinventor/components/runtime/ReplForm.java
...c/com/google/appinventor/components/runtime/ReplForm.java
+1
-1
No files found.
appinventor/components/src/com/google/appinventor/components/runtime/Deleteable.java
View file @
7aaa9d52
...
...
@@ -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
();
...
...
appinventor/components/src/com/google/appinventor/components/runtime/ReplForm.java
View file @
7aaa9d52
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment