mirror of
https://github.com/google/guice.git
synced 2024-04-21 12:32:36 +00:00
Make ServletScopes final.
PiperOrigin-RevId: 408431479
This commit is contained in:
@@ -39,7 +39,7 @@ import javax.servlet.http.HttpSession;
|
||||
*
|
||||
* @author crazybob@google.com (Bob Lee)
|
||||
*/
|
||||
public class ServletScopes {
|
||||
public final class ServletScopes {
|
||||
|
||||
private ServletScopes() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user