(Removed unused class)
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/95859c38 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/95859c38 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/95859c38 Branch: refs/heads/master Commit: 95859c384f13a13fad8c8042a6f11970cca04952 Parents: 177b6a1 Author: ddekany <[email protected]> Authored: Mon Dec 28 22:38:18 2015 +0100 Committer: ddekany <[email protected]> Committed: Mon Dec 28 22:38:18 2015 +0100 ---------------------------------------------------------------------- .../freemarker/core/StackTraceVisibility.java | 26 -------------------- 1 file changed, 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/95859c38/src/main/java/freemarker/core/StackTraceVisibility.java ---------------------------------------------------------------------- diff --git a/src/main/java/freemarker/core/StackTraceVisibility.java b/src/main/java/freemarker/core/StackTraceVisibility.java deleted file mode 100644 index 7083246..0000000 --- a/src/main/java/freemarker/core/StackTraceVisibility.java +++ /dev/null @@ -1,26 +0,0 @@ -/* - * 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. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package freemarker.core; - - -public enum StackTraceVisibility { - - ALWAYS, WHEN_ON_TOP, NEVER - -}
