Ignore:
Timestamp:
10/24/13 13:48:01 (11 years ago)
Author:
davidb
Message:

Opportunity taken to break some long lines into a sequence of short ones. A 'silent' catch made to output what the exception was

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/network/FrameServer.java

    r311 r502  
    5353                // figure out response
    5454                String dString = getFrame(frameName);
    55                 if (dString == null)
     55                if (dString == null) {
    5656                        dString = "";
     57                }
    5758
    5859                buf = dString.getBytes();
Note: See TracChangeset for help on using the changeset viewer.