mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-11 11:01:18 +02:00
create bsd12 branch
This commit is contained in:
12
java/rxtx/files/patch-src-gnu-io-NoSuchPortException.java
Normal file
12
java/rxtx/files/patch-src-gnu-io-NoSuchPortException.java
Normal file
@@ -0,0 +1,12 @@
|
||||
--- src/gnu/io/NoSuchPortException.java.orig 2007-04-26 05:26:05 UTC
|
||||
+++ src/gnu/io/NoSuchPortException.java
|
||||
@@ -67,6 +67,9 @@ import java.util.*;
|
||||
|
||||
public class NoSuchPortException extends Exception
|
||||
{
|
||||
+
|
||||
+ private final static boolean debug = "true".equals( System.getProperty( "gnu.io.rxtx.DEBUG" ) );
|
||||
+
|
||||
NoSuchPortException( String str )
|
||||
{
|
||||
super( str );
|
||||
Reference in New Issue
Block a user