< prev index next >

src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/Class2HTML.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. */ /* * 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 ---- /* ! * Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved. */ /* * 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.
*** 51,62 **** * * All subfiles reference each other appropriately, e.g. clicking on a * method in the Method's frame will jump to the appropriate method in * the Code frame. * ! * @version $Id$ ! * @LastModified: Jun 2019 */ public class Class2HTML { private final JavaClass java_class; // current class object private final String dir; --- 51,61 ---- * * All subfiles reference each other appropriately, e.g. clicking on a * method in the Method's frame will jump to the appropriate method in * the Code frame. * ! * @LastModified: Jan 2020 */ public class Class2HTML { private final JavaClass java_class; // current class object private final String dir;
< prev index next >