Skip to content

Instantly share code, notes, and snippets.

View haint's full-sized avatar

Ethan Nguyen haint

  • FPT Software
  • Hanoi Vietnam
View GitHub Profile
@haint
haint / gist:4719704
Last active December 12, 2015 05:08
SecurityManagerProvider
public class SecurityManagerProvider implements Provider<SecurityManager> {
/** . */
@Inject
@Named("juzu.resource_resolver.classpath")
ResourceResolver classPathResolver;
/** . */
@Inject
@Named("juzu.resource_resolver.server")
@haint
haint / testcase.patch
Created June 11, 2012 04:08
Less importing relative relationship testcase
commit 87393b51d2c199ac7d00621c9b0fc52f86e9ae9d
Author: haint <haithanh0809@gmail.com>
Date: Mon Jun 11 10:54:00 2012 +0700
Less importing relative relationship testcase
diff --git a/plugins/less/src/test/java/juzu/plugin/less/LesserTestCase.java b/plugins/less/src/test/java/juzu/plugin/less/LesserTestCase.java
index 370f381..441906d 100644
--- a/plugins/less/src/test/java/juzu/plugin/less/LesserTestCase.java