Skip to content

Commit

Permalink
Convert a few smaller/placeholder files to Kotlin
Browse files Browse the repository at this point in the history
Reviewed By: mingcaozhang

Differential Revision: D40125158

fbshipit-source-id: 58e7d605b63f24d0e8c35abb046d0ebae2edf9ae
  • Loading branch information
jawwad authored and facebook-github-bot committed Oct 11, 2022
1 parent 7f7183c commit 40edc9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
* LICENSE file in the root directory of this source tree.
*/

package com.facebook.gamingservices;
package com.facebook.gamingservices

public class GamingServices {}
class GamingServices
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
* LICENSE file in the root directory of this source tree.
*/

package com.facebook.login;
package com.facebook.login

public class Login {}
class Login
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
* LICENSE file in the root directory of this source tree.
*/

package com.facebook.share;
package com.facebook.share

public class Share {}
class Share

2 comments on commit 40edc9f

@Playgirlkaybraz11
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Playgirlkaybraz11
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commit 40edc9f

Please sign in to comment.