Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2015 Oracle and/or its affiliates. All rights reserved. This
* Copyright (c) 2013, 2016 Oracle and/or its affiliates. All rights reserved. This
* code is released under a tri EPL/GPL/LGPL license. You can use it,
* redistribute it and/or modify it under the terms of the:
*
@@ -20,8 +20,6 @@
*/
public class RaiseException extends ControlFlowException {

// TODO CS 1-Mar-15 shouldn't this be a ControlFlowException?

private final DynamicObject rubyException;

public RaiseException(DynamicObject rubyException) {

0 comments on commit 9206176

Please sign in to comment.