projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
438b5ee
)
Abstract functions cannot have bodies, even if empty.
author
Matt Selsky
<selsky@columbia.edu>
Tue, 23 Jun 2009 13:27:49 +0000
(09:27 -0400)
committer
Matt Selsky
<selsky@columbia.edu>
Tue, 23 Jun 2009 13:27:49 +0000
(09:27 -0400)
jeta/lib/Applet.php
patch
|
blob
|
history
diff --git
a/jeta/lib/Applet.php
b/jeta/lib/Applet.php
index
45e4baf
..
70198d1
100644
(file)
--- a/
jeta/lib/Applet.php
+++ b/
jeta/lib/Applet.php
@@
-51,9
+51,7
@@
class Jeta_Applet
*
* @return string The HTML needed to load the applet.
*/
- abstract public function generateAppletCode()
- {
- }
+ abstract public function generateAppletCode();
/**
* Generate the HTML param tags.