@author SeanDragon Create By 2017-07-27 14:35
| 6 | * Create By 2017-07-27 14:35 |
| 7 | */ |
| 8 | public class HttpScheme { |
| 9 | public static final String HTTP = "http"; |
| 10 | public static final String HTTPS = "https"; |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected