Make ServletScopes final.

PiperOrigin-RevId: 408431479
This commit is contained in:
Guice Team
2021-11-08 13:46:29 -08:00
committed by Guice Team
parent 2aefd54946
commit 34eca95f9e
@@ -39,7 +39,7 @@ import javax.servlet.http.HttpSession;
*
* @author crazybob@google.com (Bob Lee)
*/
public class ServletScopes {
public final class ServletScopes {
private ServletScopes() {}