mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8210786: Typo s/overriden/overridden/ in several places
Reviewed-by: weijun
This commit is contained in:
parent
a07102bc7f
commit
27e26fbdd7
12 changed files with 26 additions and 26 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1994, 2003, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1994, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -105,7 +105,7 @@ public class Handler extends URLStreamHandler {
|
|||
return uc;
|
||||
}
|
||||
|
||||
// Template method to be overriden by Java Plug-in. [stanleyh]
|
||||
// Template method to be overridden by Java Plug-in. [stanleyh]
|
||||
//
|
||||
protected URLConnection createFileURLConnection(URL u, File file)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue