google-code-export / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
2 stars 1 forks source link

UriPatternType should be non-null in ServletKeyBindingBuilderImpl #292

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I think that there is no use case to pass a null UriPatternType to 
ServletKeyBindingBuilderImpl,
and it would be better to just eliminate the static method:

public static UriPatternMatcher UriPatternType#get(UriPatternType type)

Please refer to my attached CL.

Original issue reported on code.google.com by dolphin.wan@gmail.com on 27 Dec 2008 at 7:38

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by limpbizkit on 26 Apr 2009 at 9:46

GoogleCodeExporter commented 9 years ago
The code has significantly changed since the patch.

Original comment by sberlin on 19 Feb 2011 at 10:11