Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: webrtc/api/android/java/src/org/webrtc/SessionDescription.java

Issue 2377003002: Format all Java in WebRTC. (Closed)
Patch Set: Rebase. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/api/android/java/src/org/webrtc/SessionDescription.java
diff --git a/webrtc/api/android/java/src/org/webrtc/SessionDescription.java b/webrtc/api/android/java/src/org/webrtc/SessionDescription.java
index f6dd3612bcd28cd9c9aa33609cc4133c5425042b..3236fe88876c6fa8631944595d111c3e44a3962a 100644
--- a/webrtc/api/android/java/src/org/webrtc/SessionDescription.java
+++ b/webrtc/api/android/java/src/org/webrtc/SessionDescription.java
@@ -8,7 +8,6 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-
package org.webrtc;
/**
@@ -19,7 +18,9 @@ package org.webrtc;
public class SessionDescription {
/** Java-land enum version of SessionDescriptionInterface's type() string. */
public static enum Type {
- OFFER, PRANSWER, ANSWER;
+ OFFER,
+ PRANSWER,
+ ANSWER;
public String canonicalForm() {
return name().toLowerCase();

Powered by Google App Engine
This is Rietveld 408576698