Skip to content

Commit 40edc9f

Browse files
jawwadfacebook-github-bot
authored andcommitted
Convert a few smaller/placeholder files to Kotlin
Reviewed By: mingcaozhang Differential Revision: D40125158 fbshipit-source-id: 58e7d605b63f24d0e8c35abb046d0ebae2edf9ae
1 parent 7f7183c commit 40edc9f

File tree

3 files changed

+6
-6
lines changed
  • facebook-gamingservices/src/main/java/com/facebook/gamingservices
  • facebook-login/src/main/java/com/facebook/login
  • facebook-share/src/main/java/com/facebook/share

3 files changed

+6
-6
lines changed

facebook-gamingservices/src/main/java/com/facebook/gamingservices/GamingServices.java renamed to facebook-gamingservices/src/main/java/com/facebook/gamingservices/GamingServices.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
package com.facebook.gamingservices;
9+
package com.facebook.gamingservices
1010

11-
public class GamingServices {}
11+
class GamingServices

facebook-login/src/main/java/com/facebook/login/Login.java renamed to facebook-login/src/main/java/com/facebook/login/Login.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
package com.facebook.login;
9+
package com.facebook.login
1010

11-
public class Login {}
11+
class Login

facebook-share/src/main/java/com/facebook/share/Share.java renamed to facebook-share/src/main/java/com/facebook/share/Share.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
package com.facebook.share;
9+
package com.facebook.share
1010

11-
public class Share {}
11+
class Share

0 commit comments

Comments
 (0)