Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
8e9b2b9a
Commit
8e9b2b9a
authored
Feb 25, 2013
by
Yann Diorcet
Browse files
Fix previous commit typo error
parent
826b0797
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
java/common/org/linphone/core/LinphoneCore.java
java/common/org/linphone/core/LinphoneCore.java
+1
-1
No files found.
java/common/org/linphone/core/LinphoneCore.java
View file @
8e9b2b9a
...
@@ -144,7 +144,7 @@ public interface LinphoneCore {
...
@@ -144,7 +144,7 @@ public interface LinphoneCore {
/**
/**
* Use uPnP.
* Use uPnP.
*/
*/
static
public
FirewallPolicy
Use
Ice
=
new
FirewallPolicy
(
4
,
"UseUpnp"
);
static
public
FirewallPolicy
Use
Upnp
=
new
FirewallPolicy
(
4
,
"UseUpnp"
);
private
final
int
mValue
;
private
final
int
mValue
;
private
final
String
mStringValue
;
private
final
String
mStringValue
;
...
...
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