Test merge from helma_1_2_4 to check for keyword expansion problems
This commit is contained in:
parent
e646f24715
commit
df40e73b63
1 changed files with 33 additions and 24 deletions
|
@ -1,5 +1,18 @@
|
||||||
// SimplePathElement.java
|
/*
|
||||||
// Copyright Hannes Wallnöfer 2001
|
* Helma License Notice
|
||||||
|
*
|
||||||
|
* The contents of this file are subject to the Helma License
|
||||||
|
* Version 2.0 (the "License"). You may not use this file except in
|
||||||
|
* compliance with the License. A copy of the License is available at
|
||||||
|
* http://adele.helma.org/download/helma/license.txt
|
||||||
|
*
|
||||||
|
* Copyright 1998-2003 Helma Software. All Rights Reserved.
|
||||||
|
*
|
||||||
|
* $RCSfile$
|
||||||
|
* $Author$
|
||||||
|
* $Revision$
|
||||||
|
* $Date$
|
||||||
|
*/
|
||||||
|
|
||||||
package helma.framework.demo;
|
package helma.framework.demo;
|
||||||
|
|
||||||
|
@ -9,9 +22,7 @@ import helma.framework.IPathElement;
|
||||||
* This is an example implementation for the helma.framework.IPathElement interface.
|
* This is an example implementation for the helma.framework.IPathElement interface.
|
||||||
* It creates any child element which is requested on the fly without ever asking.
|
* It creates any child element which is requested on the fly without ever asking.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class SimplePathElement implements IPathElement {
|
public class SimplePathElement implements IPathElement {
|
||||||
|
|
||||||
String name;
|
String name;
|
||||||
String prototype;
|
String prototype;
|
||||||
IPathElement parent;
|
IPathElement parent;
|
||||||
|
@ -69,6 +80,4 @@ public class SimplePathElement implements IPathElement {
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return "SimplePathElement " + name;
|
return "SimplePathElement " + name;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue