mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	GUAC-969: Test filters can be static.
This commit is contained in:
		| @@ -40,7 +40,7 @@ public class FilteredGuacamoleReaderTest { | ||||
|     /** | ||||
|      * Filter which allows through "yes" instructions but drops all others. | ||||
|      */ | ||||
|     private class TestFilter implements GuacamoleFilter { | ||||
|     private static class TestFilter implements GuacamoleFilter { | ||||
|  | ||||
|         @Override | ||||
|         public GuacamoleInstruction filter(GuacamoleInstruction instruction) throws GuacamoleException { | ||||
|   | ||||
| @@ -40,7 +40,7 @@ public class FilteredGuacamoleWriterTest { | ||||
|     /** | ||||
|      * Filter which allows through "yes" instructions but drops all others. | ||||
|      */ | ||||
|     private class TestFilter implements GuacamoleFilter { | ||||
|     private static class TestFilter implements GuacamoleFilter { | ||||
|  | ||||
|         @Override | ||||
|         public GuacamoleInstruction filter(GuacamoleInstruction instruction) throws GuacamoleException { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user