--- old/src/java.base/macosx/classes/sun/nio/ch/KQueueSelectorProvider.java 2018-03-14 18:37:44.000000000 +0000 +++ new/src/java.base/macosx/classes/sun/nio/ch/KQueueSelectorProvider.java 2018-03-14 18:37:44.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 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 @@ -36,7 +36,7 @@ import java.nio.channels.spi.*; public class KQueueSelectorProvider -extends SelectorProviderImpl + extends SelectorProviderImpl { public AbstractSelector openSelector() throws IOException { return new KQueueSelectorImpl(this);