Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Cortado
Commits
3cd353f6
Commit
3cd353f6
authored
Mar 18, 2010
by
ogg.k.ogg.k
Browse files
fully qualify java.lang.String
parent
9f16bd86
Changes
1
Show whitespace changes
Inline
Side-by-side
cortado.proguard
View file @
3cd353f6
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
public void doSeek(double);
public void doSeek(double);
public void newSeek(double);
public void newSeek(double);
public void setParam(java.lang.String, java.lang.String);
public void setParam(java.lang.String, java.lang.String);
public String getParam(java.lang.String, java.lang.String);
public
java.lang.
String getParam(java.lang.String, java.lang.String);
public void restart();
public void restart();
public void init();
public void init();
public void start();
public void start();
...
...
Write
Preview
Supports
Markdown
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