< prev index next >

src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/Utility.java

Print this page

        

*** 1,8 **** /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. --- 1,7 ----
*** 42,51 **** --- 41,51 ---- /** * Utility functions that do not really belong to any class in particular. * * @version $Id: Utility.java 1751107 2016-07-03 02:41:18Z dbrosius $ + * @LastModified: Oct 2017 */ // @since 6.0 methods are no longer final public abstract class Utility { private static int unwrap(final ThreadLocal<Integer> tl) {
< prev index next >