1 // You can redistribute this software and/or modify it under the terms of 2 // the Ozone Library License version 1 published by ozone-db.org. 3 // 4 // The original code and portions created by SMB are 5 // Copyright (C) 1997-@year@ by SMB GmbH. All rights reserved. 6 // 7 8 package test.xmldb.levelzero; 9 10 /** 11 * @author Per Nyfelt 12 */ 13 public interface LevelZeroTestConstants { 14 15 public final String id = "LevelZeroTest"; 16 public final String id2 = id + "2"; 17 18 } 19 20