Daily arc lint --take GOOGLEJAVAFORMAT
Summary: Changelog: [Internal] Differential Revision: D19875191 fbshipit-source-id: 3a1e22a4342d523f556c847a9fa780a898a96771
This commit is contained in:
committed by
Facebook Github Bot
parent
eeabb5dd13
commit
58caa91fa4
@@ -9,9 +9,7 @@ package com.facebook.flipper.sample;
|
||||
|
||||
import com.facebook.flipper.plugins.navigation.NavigationFlipperPlugin;
|
||||
|
||||
/**
|
||||
* Limited interface to the navigation plugin which is only available for debug builds.
|
||||
*/
|
||||
/** Limited interface to the navigation plugin which is only available for debug builds. */
|
||||
public class NavigationFacade {
|
||||
private NavigationFacade() {}
|
||||
|
||||
|
||||
@@ -7,9 +7,7 @@
|
||||
|
||||
package com.facebook.flipper.sample;
|
||||
|
||||
/**
|
||||
* No-op implementation of an ad-hoc interface. See debug/ for the real implementation.
|
||||
*/
|
||||
/** No-op implementation of an ad-hoc interface. See debug/ for the real implementation. */
|
||||
public class NavigationFacade {
|
||||
private NavigationFacade() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user