Skip to content

Commit 514d05e

Browse files
convert PostRunEvent to Java
1 parent ada80ad commit 514d05e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

sqldev/src/main/java/org/utplsql/sqldev/model/runner/PostRunEvent.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package org.utplsql.sqldev.model.runner
16+
package org.utplsql.sqldev.model.runner;
1717

18-
import org.eclipse.xtend.lib.annotations.Accessors
19-
20-
@Accessors
21-
class PostRunEvent extends PostEvent {
18+
public class PostRunEvent extends PostEvent {
2219
}

0 commit comments

Comments
 (0)