01: /*
02: * All content copyright (c) 2003-2007 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved.
03: */
04: package org.terracotta.dso.actions;
05:
06: public class ReportDefectAction extends HelpAction {
07: public ReportDefectAction() {
08: super ("Report Defect/Request Feature",
09: "https://jira.terracotta.org/jira/secure/CreateIssue!default.jspa");
10: }
11: }
|