Changeset 1520 for trunk


Ignore:
Timestamp:
03/17/20 10:24:30 (4 years ago)
Author:
bnemhaus
Message:

Stopped catch block from completing silently, have not seen Exception occur yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/Text.java

    r1514 r1520  
    26292629                                }
    26302630                        } catch (NumberFormatException nfe) {
    2631                         }
    2632 
     2631                                nfe.printStackTrace();
     2632                        }
    26332633                }
    26342634        }
Note: See TracChangeset for help on using the changeset viewer.