< prev index next >

src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/digested/DChoicePattern.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2005, 2012, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2005, 2010, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 21,31 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ /* ! * Copyright (C) 2004-2011 * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell --- 21,31 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ /* ! * Copyright (C) 2004-2015 * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
*** 44,54 **** * THE SOFTWARE. */ package com.sun.xml.internal.rngom.digested; /** ! * &lt;choice> pattern. * * @author Kohsuke Kawaguchi (kk@kohsuke.org) */ public class DChoicePattern extends DContainerPattern { public boolean isNullable() { --- 44,54 ---- * THE SOFTWARE. */ package com.sun.xml.internal.rngom.digested; /** ! * {@code<choice>} pattern. * * @author Kohsuke Kawaguchi (kk@kohsuke.org) */ public class DChoicePattern extends DContainerPattern { public boolean isNullable() {
< prev index next >