1 /***************************************************************************** 2 3 * Copyright (C) NanoContainer Organization. All rights reserved. * 4 5 * ------------------------------------------------------------------------- * 6 7 * The software in this package is published under the terms of the BSD * 8 9 * style license a copy of which has been included with this distribution in * 10 11 * the LICENSE.txt file. * 12 13 * * 14 15 * Original code by Leo Simons * 16 17 *****************************************************************************/ 18 19 20 package org.nanocontainer.script.bsh; 21 22 23 /** 24 * Model for test case that checks the enforcement of the bsh scripting 25 * <p/> 26 * protocol. 27 * 28 * @author Nick Sieger 29 * @version 1.0 30 */ 31 32 public class BadScriptableDemoBean extends ScriptableDemoBean { 33 34 } 35 36